Skip to content
Snippets Groups Projects
Commit ad75b555 authored by rswindell's avatar rswindell
Browse files

Forgot 'extern' keyword... again.

parent 1340f563
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
extern "C" { extern "C" {
#endif #endif
uint32_t cp437_unicode_tbl[]; extern uint32_t cp437_unicode_tbl[];
bool unicode_is_zerowidth(uint32_t); bool unicode_is_zerowidth(uint32_t);
char unicode_to_cp437(uint32_t); char unicode_to_cp437(uint32_t);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment