From 8c3fe3f9669f22072136f3fbe799e225acbd9888 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 21 Nov 2010 21:05:12 +0100 Subject: [PATCH] fix another typo --- qcsrc/menu/xonotic/keybinder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2