X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.c;h=04cfc0e739fbafa9ca8df4b92d94609e601ec28c;hb=6121e53800bf201e66c12dd0398f1db1a9026251;hp=457f567ad59f461b3b90266785d9ec014bfa969d;hpb=6b6c9eb24c469d8b1fea8d76172b549b45f7cd77;p=rocksndiamonds.git diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index 457f567a..04cfc0e7 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -2529,7 +2529,7 @@ static void setJoystickButton(int nr, int button_id_raw, int button_state) void HandleJoystickEvent(Event *event) { - switch(event->type) + switch (event->type) { case SDL_CONTROLLERDEVICEADDED: #if DEBUG_JOYSTICKS