diff --git a/tools/keys/keyjam.c b/tools/keys/keyjam.c index 869b21f29..48f3fcf57 100644 --- a/tools/keys/keyjam.c +++ b/tools/keys/keyjam.c @@ -1,5 +1,6 @@ #include #include +#include #include "SDL.h" #include "SDL_gfxPrimitives.h" @@ -117,7 +118,7 @@ main (int argc, char *argv[]) { if (held_keys[0]) { - strcat(held_keys, " "); + strcat(held_keys, " | "); } strcat(held_keys, SDL_GetKeyName (i)); }