]> granicus.if.org Git - file/commitdiff
remove *li.
authorChristos Zoulas <christos@zoulas.com>
Tue, 2 Sep 2008 07:11:30 +0000 (07:11 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 2 Sep 2008 07:11:30 +0000 (07:11 +0000)
src/file.h

index aab1137b342a1b97f47db58adfe3c9a3234e274a..a08fbfd198059ab0aceae282a65c72bc95dd6630 100644 (file)
@@ -27,7 +27,7 @@
  */
 /*
  * file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.108 2008/07/16 18:00:57 christos Exp $
+ * @(#)$File: file.h,v 1.109 2008/09/02 07:11:30 christos Exp $
  */
 
 #ifndef __file_h__
@@ -302,7 +302,7 @@ struct level_info {
        int last_match;
        int last_cond;  /* used for error checking by parse() */
 #endif
-} *li;
+};
 struct magic_set {
        struct mlist *mlist;
        struct cont {