]> git.sur5r.net Git - cc65/commitdiff
Fixed a bug
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 13 Nov 2003 22:19:56 +0000 (22:19 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 13 Nov 2003 22:19:56 +0000 (22:19 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2663 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ca65/struct.h

index 0444f8e921c6249906d20dd024d010e428f86920..f90edee817a8341734326dce35b0a35a6044dc13 100644 (file)
@@ -54,7 +54,7 @@ struct SymTable;
 
 
 
-long GetStructSize (SymTable* Struct);
+long GetStructSize (struct SymTable* Struct);
 /* Get the size of a struct */
 
 void DoStruct (void);