summaryrefslogtreecommitdiff
path: root/appres.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-15 18:15:44 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-15 18:15:44 -0200
commita296f50efe75ae03f5cd0fd2b96645c3d856537a (patch)
tree9001837965e3e4c6eeef273ed940307ebca5d56f /appres.c
parentb52a34ccc971f20b09f60b9b8a117652588e7096 (diff)
Ansification and compile warning fixes.
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings.
Diffstat (limited to 'appres.c')
-rw-r--r--appres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/appres.c b/appres.c
index 22da42c..761de42 100644
--- a/appres.c
+++ b/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)