aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/config.c')
-rw-r--r--src/misc/config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/misc/config.c b/src/misc/config.c
index 466ec92..bffde82 100644
--- a/src/misc/config.c
+++ b/src/misc/config.c
@@ -4,4 +4,5 @@
*/
#include "config.h"
-config_t cfg; \ No newline at end of file
+config_t cfg_s;
+config_t *cfg = &cfg_s; \ No newline at end of file