]> err.no Git - dpkg/commitdiff
style nitpick
authorTollef Fog Heen <tfheen@err.no>
Sun, 20 Jan 2008 08:54:50 +0000 (09:54 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sun, 20 Jan 2008 08:54:50 +0000 (09:54 +0100)
lib/myopt.c

index 6defe60ab1543d991f7c1a77d2aeec9b12f59f4b..8a3003ae05a459ea47b1755ec22ca39287053d20 100644 (file)
@@ -173,7 +173,7 @@ void myopt(const char *const **argvp, const struct cmdinfo *cmdinfos) {
 struct filterlist *filters = NULL;
 
 void loadfilter(char *fn) {
-  FILEfile;
+  FILE *file;
   char linebuf[1024];
   struct filterlist *filtertail;