summaryrefslogtreecommitdiff
path: root/usr.bin/vgrind
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-08-26 11:08:24 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-08-26 11:08:24 +0000
commit014927909d15bac6e3baba5e765837f36c4390b1 (patch)
treeeb9011a25e102751006a612ca6c487b6dfbc7dfd /usr.bin/vgrind
parenta8b28da02977b414452d25de5759b03cfdd96df4 (diff)
Notes
Diffstat (limited to 'usr.bin/vgrind')
-rw-r--r--usr.bin/vgrind/vfontedpr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c
index fd812b0791e42..9edb65a5cd113 100644
--- a/usr.bin/vgrind/vfontedpr.c
+++ b/usr.bin/vgrind/vfontedpr.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)vfontedpr.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: vfontedpr.c,v 1.8 1997/08/25 06:36:03 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -131,7 +131,7 @@ char *language = "c"; /* the language indicator */
#define ps(x) printf("%s", x)
-void
+int
main(argc, argv)
int argc;
char *argv[];