diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-07-02 20:46:03 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-07-02 20:46:03 +0000 |
| commit | 573d228c9a38542f772995d675be883b2097aaa7 (patch) | |
| tree | 94ec91c4733616ecbf55661d670fd34718267ba2 /usr.bin/file2c | |
| parent | 396641ab134c8b565141e4901c554c811b877a6d (diff) | |
Notes
Diffstat (limited to 'usr.bin/file2c')
| -rw-r--r-- | usr.bin/file2c/file2c.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index 0bad9045fcb3..232d51b8c650 100644 --- a/usr.bin/file2c/file2c.c +++ b/usr.bin/file2c/file2c.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id$ + * $Id: file2c.c,v 1.3 1997/02/22 19:55:01 peter Exp $ * */ @@ -16,7 +16,6 @@ int main(int argc, char **argv) { int i,j,k; - char s[10]; if (argc > 1) printf("%s\n",argv[1]); |
