diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-12 16:11:00 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-12 16:11:00 -0200 |
commit | e23fbaa033e064efc7fcfa6ec49901c241736340 (patch) | |
tree | ecb75ae5055d74485345400f5739211a6a8006b8 /atobm.c | |
parent | 7527b67979d61609bff5bc8c54d2b11874a7bbfa (diff) |
Ansification and compile warning fixes.
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects
make distcheck.
Diffstat (limited to 'atobm.c')
-rw-r--r-- | atobm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ from The Open Group. #include <X11/Xos.h> #include <stdlib.h> -char *ProgramName; +static char *ProgramName; static void doit(FILE *fp, char *filename, char *chars, int xhot, int yhot, char *name); |