Skip to content
Snippets Groups Projects
Commit e8ab27dc authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

unicode_to_cp437() returns a char, not an enum unicode_codepoint

No functional change.
parent 5e4964c4
No related branches found
No related tags found
No related merge requests found
......@@ -726,5 +726,5 @@ char unicode_to_cp437(enum unicode_codepoint codepoint)
}
}
return UNICODE_UNDEFINED; // Not-mapped
return '\0'; // Not-mapped
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment