]> git.sur5r.net Git - cc65/commitdiff
Cosmetic change
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 7 Sep 2001 21:42:40 +0000 (21:42 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 7 Sep 2001 21:42:40 +0000 (21:42 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@861 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ca65/condasm.c

index 5d6fbe157627ab3f2e0febaaa7532fd4f49325db..68c1b181bbee50a7ca942857380b79c5189363c5 100644 (file)
@@ -69,8 +69,8 @@ enum {
 
 
 /* One .IF descriptor */
-typedef struct IfDesc_ IfDesc;
-struct IfDesc_ {
+typedef struct IfDesc IfDesc;
+struct IfDesc {     
     unsigned           Flags;          /* Bitmapped flags, see above */
     FilePos            Pos;            /* File position of the .IF */
     const char* Name;          /* Name of the directive */