summaryrefslogtreecommitdiff
path: root/bmtoa.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-12 16:11:00 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-12 16:11:00 -0200
commite23fbaa033e064efc7fcfa6ec49901c241736340 (patch)
treeecb75ae5055d74485345400f5739211a6a8006b8 /bmtoa.c
parent7527b67979d61609bff5bc8c54d2b11874a7bbfa (diff)
Ansification and compile warning fixes.
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects make distcheck.
Diffstat (limited to 'bmtoa.c')
-rw-r--r--bmtoa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bmtoa.c b/bmtoa.c
index 5ec2f1d..6547631 100644
--- a/bmtoa.c
+++ b/bmtoa.c
@@ -51,7 +51,7 @@ from The Open Group.
extern char *mktemp();
#endif
-char *ProgramName;
+static char *ProgramName;
static void print_scanline (unsigned int width, unsigned int height,
unsigned char *data, char *chars);