Diff between da90eb1e8140fb4b5e4687aef907eac27c0aebae and 4d1d63777cf6a40414758f1b82645cb3b8fa11a2

Changed Files

File Additions Deletions Status
src/main.c +1 -1 modified

Full Patch

diff --git a/src/main.c b/src/main.c
index 7402665..15f98cf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -66,7 +66,7 @@
 #define SHUTDOWN_GRACE_SECONDS 10
 
 struct main_opts main_opts;
-GKeyFile *main_conf;
+static GKeyFile *main_conf;
 
 static const char * const supported_options[] = {
 	"Name",