From: Christos Zoulas Date: Mon, 24 Mar 2003 14:53:31 +0000 (+0000) Subject: make this compile X-Git-Tag: FILE4_00~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9adc9d87910407137e8da6b175d9f1770e1c6540;p=file make this compile --- diff --git a/src/apptype.c b/src/apptype.c index 9a649d03..1b68f390 100644 --- a/src/apptype.c +++ b/src/apptype.c @@ -38,7 +38,7 @@ typedef ULONG APPTYPE; #include "file.h" #ifndef lint -FILE_RCSID("@(#)$Id: apptype.c,v 1.1 2003/03/24 01:34:21 christos Exp $") +FILE_RCSID("@(#)$Id: apptype.c,v 1.2 2003/03/24 14:53:31 christos Exp $") #endif /* lint */ protected int @@ -48,7 +48,6 @@ file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, APPTYPE rc, type; char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], fname[_MAX_FNAME], ext[_MAX_EXT]; -#endif char *filename; FILE *fp;