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);