mirror of
https://github.com/TTimo/doom3.gpl.git
synced 2026-03-19 16:39:24 +01:00
Fix constant string type in punctuation_s
Signed-off-by: XoD <xoddark@gmail.com>
This commit is contained in:
@@ -129,7 +129,7 @@ typedef enum {
|
||||
// punctuation
|
||||
typedef struct punctuation_s
|
||||
{
|
||||
char *p; // punctuation character(s)
|
||||
const char *p; // punctuation character(s)
|
||||
int n; // punctuation id
|
||||
} punctuation_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user