aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/file2c/file2c.c3
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]);