]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.c
A minor removal of a few pieces of dead code. Nothing major. This is
[xonotic/darkplaces.git] / keys.c
diff --git a/keys.c b/keys.c
index 133da90c5c4b556998b8d17884463f40bb92acba..f44a4681a5236221b5160ed540615805cc037ac0 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -161,7 +161,7 @@ void Key_Console (int key)
 {
        if (key == K_ENTER)
        {
-               Cbuf_AddText (key_lines[edit_line]+1);  // skip the >
+               Cbuf_AddText (key_lines[edit_line]+1);  // skip the ]
                Cbuf_AddText ("\n");
                Con_Printf ("%s\n",key_lines[edit_line]);
                edit_line = (edit_line + 1) & 31;