diff options
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) { |