From 56d7afee15ccd57b6c9ed31ad4bd071a6e66f075 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 31 Oct 2012 18:23:23 +0100 Subject: Missing "static" Change-Id: I8474e5da02036f065057a5610def6701db4cedc7 --- desktop/source/app/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/source/app') 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 #include -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) -- cgit