summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rodeo/input_t.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rodeo/input_t.h b/include/rodeo/input_t.h
index 2277505..90ab71d 100644
--- a/include/rodeo/input_t.h
+++ b/include/rodeo/input_t.h
@@ -789,7 +789,8 @@ typedef enum
rodeo_input_binary_controllerButton_PADDLE4, /* Xbox Elite paddle P4 (lower right, facing the back) */
rodeo_input_binary_controllerButton_TOUCHPAD, /* PS4/PS5 touchpad button */
rodeo_input_binary_controllerButton_MAX
-} rodeo_input_binary_controllerButton_t;
+}
+rodeo_input_binary_controllerButton_t;
// - SDL code end -