diff options
Diffstat (limited to 'appres.c')
-rw-r--r-- | appres.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,9 +35,9 @@ in this Software without prior written authorization from The Open Group. #define NONAME "-AppResTest-" -char *ProgramName; +static char *ProgramName; -XrmQuark XrmQString; +static XrmQuark XrmQString; static void usage (void) |