summaryrefslogtreecommitdiff
path: root/src/doom/deh_bexstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/deh_bexstr.c')
-rw-r--r--src/doom/deh_bexstr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doom/deh_bexstr.c b/src/doom/deh_bexstr.c
index 5adc2fd6..e29b71dc 100644
--- a/src/doom/deh_bexstr.c
+++ b/src/doom/deh_bexstr.c
@@ -28,10 +28,10 @@
typedef struct {
char *macro;
char *string;
-} bex_string;
+} bex_string_t;
// mnemonic keys table
-static bex_string bex_stringtable[] = {
+static const bex_string_t bex_stringtable[] = {
// part 1 - general initialization and prompts
{"D_DEVSTR", D_DEVSTR},
{"D_CDROM", D_CDROM},