diff options
-rw-r--r-- | desktop/source/app/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/main.c b/desktop/source/app/main.c index 663c35e33eb9..e358a38662d8 100644 --- a/desktop/source/app/main.c +++ b/desktop/source/app/main.c @@ -26,7 +26,7 @@ #include <stdio.h> #include <stdlib.h> -int g_Exiting = 0; +static int g_Exiting = 0; /* HACK: detect calls to xmlCleanupParser, which causes hard to debug crashes */ __attribute__ ((visibility("default"))) void xmlCleanupParser(void) |