diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:43:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:43:49 +0100 |
commit | a694748f93d8904c44cff0bdf88c9d84b9dcab6f (patch) | |
tree | e34e195de91194cded65547b15c9221a8443903e /desktop/unx | |
parent | 88d0a86014be135c8a0a8760d763e090d833bf6e (diff) |
New loplugin:externvar: desktop
Change-Id: I3942e7496c6014c0118a9e90a8fa8251bffe8443
Diffstat (limited to 'desktop/unx')
-rw-r--r-- | desktop/unx/source/start.c | 2 |
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) { |