diff options
Diffstat (limited to 'akonadi2_cli')
-rw-r--r-- | akonadi2_cli/syntaxtree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akonadi2_cli/syntaxtree.cpp b/akonadi2_cli/syntaxtree.cpp index 968802d..cebfc4b 100644 --- a/akonadi2_cli/syntaxtree.cpp +++ b/akonadi2_cli/syntaxtree.cpp | |||
@@ -104,7 +104,7 @@ SyntaxTree::Command SyntaxTree::match(const QStringList &commandLine) const | |||
104 | } | 104 | } |
105 | } | 105 | } |
106 | 106 | ||
107 | if (lastFullSyntax && lastFullSyntax->lambda) { | 107 | if (lastFullSyntax) { |
108 | while (commandLineIt.hasNext()) { | 108 | while (commandLineIt.hasNext()) { |
109 | tailCommands << commandLineIt.next(); | 109 | tailCommands << commandLineIt.next(); |
110 | } | 110 | } |