From: Rudolf Polzer Date: Sun, 21 Nov 2010 20:05:12 +0000 (+0100) Subject: fix another typo X-Git-Tag: xonotic-v0.1.0preview~80^2~8 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=8c3fe3f9669f22072136f3fbe799e225acbd9888;ds=sidebyside fix another typo --- diff --git a/qcsrc/menu/xonotic/keybinder.c b/qcsrc/menu/xonotic/keybinder.c index da6f5f5457..1d8dc96425 100644 --- a/qcsrc/menu/xonotic/keybinder.c +++ b/qcsrc/menu/xonotic/keybinder.c @@ -33,7 +33,7 @@ void KeyBinder_Bind_Edit(entity btn, entity me); #ifdef IMPLEMENTATION -string KEY_NOT_BOUND_COMMAND "// not bound"; +string KEY_NOT_BOUND_COMMAND = "// not bound"; #define MAX_KEYS_PER_FUNCTION 2 #define MAX_KEYBINDS 256