diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-05 07:42:10 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-05 07:42:10 +0000 |
| commit | c78092e8d09dcee3bf4673e0819f3ab3de2ac762 (patch) | |
| tree | d09caad6ac9e8fcfa3aa192e7b88aef29bf60e90 /usr.bin/vgrind | |
| parent | b16000da4b1e50e9f6dc4d8983ae65d7c7d2a911 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vgrind')
| -rw-r--r-- | usr.bin/vgrind/vfontedpr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index b996f2f176df..30aa9e38fa2a 100644 --- a/usr.bin/vgrind/vfontedpr.c +++ b/usr.bin/vgrind/vfontedpr.c @@ -128,9 +128,7 @@ const char *language = "c"; /* the language indicator */ #define ps(x) printf("%s", x) int -main(argc, argv) - int argc; - char *argv[]; +main(int argc, char **argv) { const char *fname = ""; struct stat stbuf; |
