From 0bec4f557a96e1a40437cf5af20cc78a5eec8a63 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Wed, 11 Jan 2023 22:29:53 +0000 Subject: getting closer --- command_line/CmdLine/Src/MacEmul/TextUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command_line/CmdLine/Src/MacEmul/TextUtils.c') 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; } -- cgit v1.2.3