diff options
Diffstat (limited to 'src/Support.h')
-rw-r--r-- | src/Support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Support.h b/src/Support.h index bf0658d..d0bbd92 100644 --- a/src/Support.h +++ b/src/Support.h @@ -8,7 +8,7 @@ #define fsFromStart SEEK_SET -typedef unsigned char * Str255; +typedef char* Str255; typedef int OSErr; typedef short int SInt16; |