summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:42:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:42:00 +0100
commitb63fbe006f74df9e1af2cec4271721972bb6de6b (patch)
tree39eb814f649157a4f0be875d6ca814c2dca9db3c /odk
parent089f89ef1030cdcf5dae2f9e8dc35b092eeecd9c (diff)
New loplugin:externvar: odk
Change-Id: I1f60c6b606a1ac96acbfa0777797acdaaea38c3c
Diffstat (limited to 'odk')
-rw-r--r--odk/source/unoapploader/unx/unoapploader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/source/unoapploader/unx/unoapploader.c b/odk/source/unoapploader/unx/unoapploader.c
index e2b7b0b8eb0a..e8c9a076fdb5 100644
--- a/odk/source/unoapploader/unx/unoapploader.c
+++ b/odk/source/unoapploader/unx/unoapploader.c
@@ -35,8 +35,8 @@
char const* getPath(void);
char* createCommandName( char* argv0 );
-const int SEPARATOR = '/';
-const char* PATHSEPARATOR = ":";
+static const int SEPARATOR = '/';
+static const char* PATHSEPARATOR = ":";
/*