From 018a70ec5e58fead3ddcbd1a4cf63ad2abc3d8f1 Mon Sep 17 00:00:00 2001 From: eviltypeguy Date: Sat, 29 Dec 2001 21:20:49 +0000 Subject: [PATCH] Small fixes to tab completion git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1296 d7cf8633-e32d-0410-b094-e92efae38249 --- console.c | 1 - 1 file changed, 1 deletion(-) diff --git a/console.c b/console.c index 2fe6eea9..69b093d9 100644 --- a/console.c +++ b/console.c @@ -785,7 +785,6 @@ Con_CompleteCommandLine (void) Con_Printf("%i possible aliases%s\n", a, (a > 1) ? "s: " : ":"); Con_DisplayList(list[2]); } - return; } if (cmd) { -- 2.39.2