diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-10-31 18:23:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-10-31 18:27:36 +0100 |
commit | 56d7afee15ccd57b6c9ed31ad4bd071a6e66f075 (patch) | |
tree | 50ad54885cdf763774fd906b5a33173b8d35f0f7 /desktop | |
parent | 4dd6c44628ab4e6b4debf22e58e01f9263a5a878 (diff) |
Missing "static"
Change-Id: I8474e5da02036f065057a5610def6701db4cedc7
Diffstat (limited to 'desktop')
-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) |