diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-15 18:15:44 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-15 18:15:44 -0200 |
commit | a296f50efe75ae03f5cd0fd2b96645c3d856537a (patch) | |
tree | 9001837965e3e4c6eeef273ed940307ebca5d56f /appres.c | |
parent | b52a34ccc971f20b09f60b9b8a117652588e7096 (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.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) |