From: cuz Date: Thu, 13 Nov 2003 22:19:56 +0000 (+0000) Subject: Fixed a bug X-Git-Tag: V2.12.0~1137 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ebd2336d2b40ade87da8cf24a5889428b2958584;p=cc65 Fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@2663 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ca65/struct.h b/src/ca65/struct.h index 0444f8e92..f90edee81 100644 --- a/src/ca65/struct.h +++ b/src/ca65/struct.h @@ -54,7 +54,7 @@ struct SymTable; -long GetStructSize (SymTable* Struct); +long GetStructSize (struct SymTable* Struct); /* Get the size of a struct */ void DoStruct (void);