From 6c6fc70916625b117e58c9438989576eab10822b Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Thu, 28 Feb 2013 18:09:14 +0000
Subject: [PATCH] [Fix] Forgot a separator.

---
 src/input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/input.c b/src/input.c
index 9be6417..432e99c 100644
--- a/src/input.c
+++ b/src/input.c
@@ -52,7 +52,7 @@ void input_setDefault(void) {
   input_setKeybind("face",            KEYBIND_KEYBOARD, SDLK_f,       0);
   input_setKeybind("board",           KEYBIND_KEYBOARD, SDLK_b,       0);
   // Secondary weapon.
-  input_setKeybind("secondary",       KEYBIND_KEYBOARD, SDLK_LSHIFT		0);
+  input_setKeybind("secondary",       KEYBIND_KEYBOARD, SDLK_LSHIFT,	0);
   input_setKeybind("secondary_next",  KEYBIND_KEYBOARD, SDLK_e,       0);
   // Space
   input_setKeybind("target_planet",   KEYBIND_KEYBOARD, SDLK_p,       0);