diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-26 14:06:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-26 14:06:19 +0000 |
commit | 1e3c1fcdaab91d7c428f33ebba72c4eb178348f7 (patch) | |
tree | 303729560cafc4c4a2aaf67bbd05b7d24d6ea9ba /app/bitmap/bmtoa.c | |
parent | 050a65b29195c30b3a0242f042e5f8a106d08725 (diff) |
Update to bitmap 1.0.4
Diffstat (limited to 'app/bitmap/bmtoa.c')
-rw-r--r-- | app/bitmap/bmtoa.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/bitmap/bmtoa.c b/app/bitmap/bmtoa.c index 6f32cb5d7..bdd2078c2 100644 --- a/app/bitmap/bmtoa.c +++ b/app/bitmap/bmtoa.c @@ -1,5 +1,3 @@ -/* $Xorg: bmtoa.c,v 1.4 2001/02/09 02:05:28 xorgcvs Exp $ */ -/* $XdotOrg: app/bitmap/bmtoa.c,v 1.3 2005/07/16 22:07:12 alanc Exp $ */ /* Copyright 1988, 1993, 1998 The Open Group @@ -27,7 +25,6 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/bitmap/bmtoa.c,v 3.6 2001/07/25 15:05:12 dawes Exp $ */ /* * bmtoa - bitmap to ascii filter @@ -51,7 +48,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); |