diff options
Diffstat (limited to 'unsorted')
-rw-r--r-- | unsorted/uCOS.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unsorted/uCOS.c b/unsorted/uCOS.c index 68f8832..2a7f643 100644 --- a/unsorted/uCOS.c +++ b/unsorted/uCOS.c @@ -140,7 +140,7 @@ void COS_GetPString(StringPtr buffer, SInt16 strListID, SInt16 index) { GetIndString((StringPtr) buffer, strListID, index); } -Boolean COS_IsMultiByte(const char *str1, const char *str2) { +Boolean COS_IsMultiByte(const void *str1, const void *str2) { return OS_IsMultiByte(str1, str2); } |