diff options
Diffstat (limited to 'odk/source/unoapploader/unx')
-rw-r--r-- | odk/source/unoapploader/unx/unoapploader.c | 4 |
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 = ":"; /* |