diff options
Diffstat (limited to 'printf-in-mGBA.md')
-rw-r--r-- | printf-in-mGBA.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printf-in-mGBA.md b/printf-in-mGBA.md index c24fff2..7a36775 100644 --- a/printf-in-mGBA.md +++ b/printf-in-mGBA.md @@ -40,7 +40,7 @@ In order to print human-readable strings, we need to add a utility function to ` ... void ConvertInternationalString(u8 *s, u8 language); void StripExtCtrlCodes(u8 *str); -char *ConvertToAscii(const u8 *str); ++char *ConvertToAscii(const u8 *str); #endif // GUARD_STRING_UTIL_H |