diff options
Diffstat (limited to 'command_line/CmdLine/Src/MacEmul/TextUtils.c')
-rw-r--r-- | command_line/CmdLine/Src/MacEmul/TextUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command_line/CmdLine/Src/MacEmul/TextUtils.c b/command_line/CmdLine/Src/MacEmul/TextUtils.c index 7971074..f9f606d 100644 --- a/command_line/CmdLine/Src/MacEmul/TextUtils.c +++ b/command_line/CmdLine/Src/MacEmul/TextUtils.c @@ -22,7 +22,7 @@ SInt16 CharacterByteType(Ptr textBuf, SInt16 textOffset, ScriptCode script) { return 0; } -SInt16 CharByte() { +SInt16 CharByte(void) { return 0; } |