diff options
| author | Mario Schlack | 2016-07-21 21:11:34 +0200 |
|---|---|---|
| committer | Mario Schlack | 2016-07-21 21:11:34 +0200 |
| commit | 503f9ab9d978254b88c74f8f8c1ee1c3abe2069e (patch) | |
| tree | fd260a5418f657bd2581ccb7b30ebe5e20499d92 /platform/x11/joystick_linux.cpp | |
| parent | b623acb718c50b86219027e0f6f7bebd11d96909 (diff) | |
| download | godot-503f9ab9d978254b88c74f8f8c1ee1c3abe2069e.tar.gz godot-503f9ab9d978254b88c74f8f8c1ee1c3abe2069e.tar.zst godot-503f9ab9d978254b88c74f8f8c1ee1c3abe2069e.zip | |
Diffstat (limited to 'platform/x11/joystick_linux.cpp')
| -rw-r--r-- | platform/x11/joystick_linux.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/x11/joystick_linux.cpp b/platform/x11/joystick_linux.cpp index 4a6a4f3a5..3b854a8d4 100644 --- a/platform/x11/joystick_linux.cpp +++ b/platform/x11/joystick_linux.cpp @@ -259,7 +259,7 @@ void joystick_linux::close_joystick(int p_id) { attached_devices.remove(attached_devices.find(joy.devpath)); input->joy_connection_changed(p_id, false, ""); }; -}; +} static String _hex_str(uint8_t p_byte) { @@ -271,7 +271,7 @@ static String _hex_str(uint8_t p_byte) { ret[1] = dict[p_byte & 0xF]; return ret; -}; +} void joystick_linux::setup_joystick_properties(int p_id) { |
