diff options
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); |