summaryrefslogtreecommitdiff
path: root/src/gfxinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfxinit.h')
-rw-r--r--src/gfxinit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfxinit.h b/src/gfxinit.h
index 2caa5f54c..deaa6c32c 100644
--- a/src/gfxinit.h
+++ b/src/gfxinit.h
@@ -15,6 +15,6 @@ void FindGraphicsSets();
bool SetGraphicsSet(const char *name);
char *GetGraphicsSetsList(char *p, const char *last);
-extern char _ini_graphics_set[32];
+extern char *_ini_graphics_set;
#endif /* GFXINIT_H */