summaryrefslogtreecommitdiff
path: root/pbm/libpbm1.c
diff options
context:
space:
mode:
authorstyluseater <styluseater>2011-03-04 02:23:50 +0000
committerstyluseater <styluseater>2011-03-04 02:23:50 +0000
commit23b3072de3bd7d50b1ebf31ac908b7988cbeb835 (patch)
tree7a7405b07a6a5657f3d32417ec9788434b3e4539 /pbm/libpbm1.c
parent64e484ca714cd4d928cf47a6556745a62de09c65 (diff)
downloadfontutils-23b3072de3bd7d50b1ebf31ac908b7988cbeb835.tar.gz
Fix stupid comment errors on almost every file. Fix license on a few files.
Diffstat (limited to 'pbm/libpbm1.c')
-rw-r--r--pbm/libpbm1.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pbm/libpbm1.c b/pbm/libpbm1.c
index bc216af..31b4157 100644
--- a/pbm/libpbm1.c
+++ b/pbm/libpbm1.c
@@ -1,5 +1,6 @@
+/*
# libpbm1.c: pbm utility library part 1
-** $Id: libpbm1.c,v 1.6 2011/02/26 05:18:43 styluseater Exp $
+** $Id: libpbm1.c,v 1.7 2011/03/04 02:23:53 styluseater Exp $
#
# Copyright (C) 1988, 2004 by Jef Poskanzer.
# Copyright (C) 2011 Free Software Foundation, Inc.
@@ -18,6 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Minor configuration changes for GNU --karl.
+*/
#include "pbm.h"
@@ -26,7 +28,7 @@
#include "c-ctype.h"
#if 0 /* karl */
-#include <varargs.h>
+#include <stdarg.h>
extern char *malloc ();
extern void free ();
extern void exit ();