summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwalkingeyerobot <mitch@thefoley.net>2020-09-04 01:21:17 -0400
committerwalkingeyerobot <mitch@thefoley.net>2020-09-04 01:21:17 -0400
commit08bbda0d913ff694716b9d08ebd7879e964170ac (patch)
treecdcc3c8ef78e5b4b9f3d3414c7be6992a3726a50
parentd032c429b01e62c7194d70c66a9838bae07be01f (diff)
Updated printf in mGBA (markdown)
-rw-r--r--printf-in-mGBA.md2
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