summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/SDL.cpp
diff options
context:
space:
mode:
authoromegadox <omegadox@gmail.com>2009-02-24 05:20:52 +0000
committeromegadox <omegadox@gmail.com>2009-02-24 05:20:52 +0000
commit8c93e39ddd4a474407dee693b12000c3278f2d52 (patch)
treefbd4aebc77013199d14c4ef97f889239f9344a3b /Source/Core/InputCommon/Src/SDL.cpp
parent3d9b3ba117be4d6a220df41183bb748755c03208 (diff)
Linux build fixes and some warning cleanup for GCC
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2406 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/SDL.cpp')
-rw-r--r--Source/Core/InputCommon/Src/SDL.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/SDL.cpp b/Source/Core/InputCommon/Src/SDL.cpp
index cdf98ae37a..bc8402e8c5 100644
--- a/Source/Core/InputCommon/Src/SDL.cpp
+++ b/Source/Core/InputCommon/Src/SDL.cpp
@@ -363,4 +363,5 @@ void GetButton(SDL_Joystick *joy, int ControllerID, int buttons, int axes, int h
-} // InputCommon \ No newline at end of file
+} // InputCommon
+