Add missing newline.

This commit is contained in:
Simon Howard 2014-05-04 16:07:24 -04:00
parent bdeeea0cbe
commit 7822971ace

View file

@ -61,7 +61,7 @@ void ProcessHatMotion(SDL_Event *ev)
if (dirstr != NULL)
{
printf("%i: Hat %i moved to %s", ev->jhat.which, ev->jhat.hat,
printf("%i: Hat %i moved to %s\n", ev->jhat.which, ev->jhat.hat,
dirstr);
}
}