diff options
Diffstat (limited to 'src/interface.c')
-rw-r--r-- | src/interface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c index 4abbc8c4f..651a84380 100644 --- a/src/interface.c +++ b/src/interface.c @@ -289,6 +289,7 @@ int interfaceReadInput(Interface * interface) { ==0) { commandError(interface->fp, + ACK_ERROR_NOT_LIST, "not in command list mode"); ret = -1; } |