]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix another typo
authorRudolf Polzer <divverent@alientrap.org>
Sun, 21 Nov 2010 20:05:12 +0000 (21:05 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 21 Nov 2010 20:05:12 +0000 (21:05 +0100)
qcsrc/menu/xonotic/keybinder.c

index da6f5f54575714328974ecf92213698836c39fb3..1d8dc96425a79ddf7ad2e8e658c9421c0944a835 100644 (file)
@@ -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