From: cuz Date: Fri, 7 Sep 2001 21:42:40 +0000 (+0000) Subject: Cosmetic change X-Git-Tag: V2.12.0~2718 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=84ddce0474330ed9704f4d1d071eae9612f0e7b6;p=cc65 Cosmetic change git-svn-id: svn://svn.cc65.org/cc65/trunk@861 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ca65/condasm.c b/src/ca65/condasm.c index 5d6fbe157..68c1b181b 100644 --- a/src/ca65/condasm.c +++ b/src/ca65/condasm.c @@ -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 */