about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-15 23:45:17 +0100
committerJames Booth <boothj5@gmail.com>2014-04-15 23:45:17 +0100
commitef776e52ca77c95a3f2cfb8a42d675009c257f00 (patch)
treedb425431a6f639498b2842e377a40c1c6a5224a6 /src/command/command.c
parente6e0a13e8935e6e87190bf4255c8ed313fd6afc2 (diff)
downloadprofani-tty-ef776e52ca77c95a3f2cfb8a42d675009c257f00.tar.gz
Tidied xmlconsole
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 3520535b..23d5bae4 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -1382,6 +1382,7 @@ cmd_execute_default(const char * const inp)
             break;
 
         case WIN_CONSOLE:
+        case WIN_XML:
             cons_show("Unknown command: %s", inp);
             break;