diff --git a/src/gba/remote.cpp b/src/gba/remote.cpp index 5cfefea9..ee46df41 100644 --- a/src/gba/remote.cpp +++ b/src/gba/remote.cpp @@ -1526,7 +1526,7 @@ void debuggerReadCharTable(int n, char** args) } else wordSymbol[slot] = character; } else - wordSymbol[slot] = " "; + wordSymbol[slot] = ' '; if (largestSymbol < strlen(character)) largestSymbol = strlen(character);