summaryrefslogtreecommitdiffstats
path: root/desktop/unx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:43:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:43:49 +0100
commita694748f93d8904c44cff0bdf88c9d84b9dcab6f (patch)
treee34e195de91194cded65547b15c9221a8443903e /desktop/unx
parentNew loplugin:externvar: editeng (diff)
downloadcore-a694748f93d8904c44cff0bdf88c9d84b9dcab6f.tar.gz
core-a694748f93d8904c44cff0bdf88c9d84b9dcab6f.zip
New loplugin:externvar: desktop
Change-Id: I3942e7496c6014c0118a9e90a8fa8251bffe8443
Diffstat (limited to 'desktop/unx')
-rw-r--r--desktop/unx/source/start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index b56477dfd39c..7ae5ad4779d2 100644
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -705,7 +705,7 @@ exec_javaldx (Args *args)
#endif
// has to be a global :(
-oslProcess * volatile g_pProcess = NULL;
+static oslProcess * volatile g_pProcess = NULL;
void sigterm_handler(int ignored)
{