mirror of
https://github.com/chocolate-doom/joytest.git
synced 2025-02-16 08:52:34 +00:00
Add missing newline.
This commit is contained in:
parent
bdeeea0cbe
commit
7822971ace
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue