From: Christos Zoulas Date: Tue, 2 Sep 2008 07:11:30 +0000 (+0000) Subject: remove *li. X-Git-Tag: FILE5_00~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53fc3daea49167b478e81006a7acee372a6ee716;p=file remove *li. --- diff --git a/src/file.h b/src/file.h index 1e77ee00..8540daff 100644 --- a/src/file.h +++ b/src/file.h @@ -27,7 +27,7 @@ */ /* * file.h - definitions for file(1) program - * @(#)$File: file.h,v 1.107 2008/07/15 17:45:13 christos Exp $ + * @(#)$File: file.h,v 1.108 2008/07/16 18:00:57 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 {