]> granicus.if.org Git - file/commitdiff
make this compile
authorChristos Zoulas <christos@zoulas.com>
Mon, 24 Mar 2003 14:53:31 +0000 (14:53 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 24 Mar 2003 14:53:31 +0000 (14:53 +0000)
src/apptype.c

index 9a649d035062f92206324a0b08281b6c05c3418f..1b68f390ea255f898eac34a565d3db875e47c5b5 100644 (file)
@@ -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;