diff options
Diffstat (limited to 'src/funcs.c')
-rw-r--r-- | src/funcs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/funcs.c b/src/funcs.c index e804c3be..ef3d3e7d 100644 --- a/src/funcs.c +++ b/src/funcs.c @@ -38,7 +38,7 @@ #endif #ifndef lint -FILE_RCSID("@(#)$File: funcs.c,v 1.38 2008/02/19 00:58:59 rrt Exp $") +FILE_RCSID("@(#)$File: funcs.c,v 1.39 2008/03/01 22:21:49 rrt Exp $") #endif /* lint */ /* @@ -48,7 +48,6 @@ protected int file_printf(struct magic_set *ms, const char *fmt, ...) { va_list ap; - size_t size; int len; char *buf, *newstr; |