diff subreader.c @ 25607:9d0b189ce1b2

Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved for the system, names starting with _ are reserved at file level.
author diego
date Sun, 06 Jan 2008 23:20:15 +0000
parents e71edb23a650
children d8e46fa37615
line wrap: on
line diff
--- a/subreader.c	Sun Jan 06 22:03:59 2008 +0000
+++ b/subreader.c	Sun Jan 06 23:20:15 2008 +0000
@@ -1781,7 +1781,7 @@
     return 1;
 }
 
-typedef struct _subfn 
+typedef struct subfn
 {
     int priority;
     char *fname;