From ebd2336d2b40ade87da8cf24a5889428b2958584 Mon Sep 17 00:00:00 2001 From: cuz Date: Thu, 13 Nov 2003 22:19:56 +0000 Subject: [PATCH] Fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@2663 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/ca65/struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);