]> git.sur5r.net Git - cc65/commitdiff
Cosmetic change
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 23 May 2001 07:10:16 +0000 (07:10 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 23 May 2001 07:10:16 +0000 (07:10 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@746 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/common/filepos.h

index 1f46fd91c7b5d562e7eab364e230584b0772506d..7ccde3751c726073fc4afbb4bedf58fc925dbc21 100644 (file)
@@ -45,8 +45,8 @@
 
 
 /* Type of a file position */
-typedef struct FilePos_ FilePos;
-struct FilePos_ {
+typedef struct FilePos FilePos;
+struct FilePos {     
     unsigned long   Line;              /* Line */
     unsigned       Col;                /* Column */
     unsigned       Name;               /* File */