diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-26 14:03:17 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-26 14:03:17 +0000 |
commit | b2521fec3fa3c60fc075837343b03fc4cdf6b8b3 (patch) | |
tree | d3ff7004d9e9492a76deb96628db07cd76129888 /app/appres/appres.c | |
parent | 23284da835ab7972c2327bf08593a0ace2513116 (diff) |
update to appres 1.0.2
Diffstat (limited to 'app/appres/appres.c')
-rw-r--r-- | app/appres/appres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/appres/appres.c b/app/appres/appres.c index 22da42cd6..761de427d 100644 --- a/app/appres/appres.c +++ b/app/appres/appres.c @@ -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) |