summaryrefslogtreecommitdiff
path: root/source/q_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/q_shared.h')
-rw-r--r--source/q_shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/q_shared.h b/source/q_shared.h
index 59e6812..bb2955b 100644
--- a/source/q_shared.h
+++ b/source/q_shared.h
@@ -592,8 +592,8 @@ CVARS (console variables)
struct cvar_s;
-typedef const char *( *xgenerator_t )( const char *, int );
typedef void (*xchanged_t)( struct cvar_s * );
+typedef const char *( *xgenerator_t )( const char *, int );
// nothing outside the cvar.*() functions should modify these fields!
typedef struct cvar_s {