summaryrefslogtreecommitdiff
path: root/command_line
diff options
context:
space:
mode:
Diffstat (limited to 'command_line')
-rw-r--r--command_line/CmdLine/Src/OSLib/Posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command_line/CmdLine/Src/OSLib/Posix.c b/command_line/CmdLine/Src/OSLib/Posix.c
index d416b9b..1f13dff 100644
--- a/command_line/CmdLine/Src/OSLib/Posix.c
+++ b/command_line/CmdLine/Src/OSLib/Posix.c
@@ -956,6 +956,6 @@ int OS_LoadMacResourceFork(const OSSpec *spec, void **file_data, SInt32 *file_le
return ENOENT;
}
-Boolean OS_IsMultiByte(const char *str, int offset) {
+Boolean OS_IsMultiByte(const char *str1, const char *str2) {
return 0;
}