diff options
Diffstat (limited to 'sinksh/syntax_modules')
-rw-r--r-- | sinksh/syntax_modules/sink_inspect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sinksh/syntax_modules/sink_inspect.cpp b/sinksh/syntax_modules/sink_inspect.cpp index 1ab68f5..52a9e0f 100644 --- a/sinksh/syntax_modules/sink_inspect.cpp +++ b/sinksh/syntax_modules/sink_inspect.cpp | |||
@@ -93,7 +93,7 @@ bool inspect(const QStringList &args, State &state) | |||
93 | [&] (const Sink::Storage::DataStore::Error &e) { | 93 | [&] (const Sink::Storage::DataStore::Error &e) { |
94 | Q_ASSERT(false); | 94 | Q_ASSERT(false); |
95 | state.printError(e.message); | 95 | state.printError(e.message); |
96 | }, false); | 96 | }); |
97 | 97 | ||
98 | QHash<QByteArray, QByteArray> hash; | 98 | QHash<QByteArray, QByteArray> hash; |
99 | 99 | ||
@@ -181,7 +181,7 @@ bool inspect(const QStringList &args, State &state) | |||
181 | [&] (const Sink::Storage::DataStore::Error &e) { | 181 | [&] (const Sink::Storage::DataStore::Error &e) { |
182 | Q_ASSERT(false); | 182 | Q_ASSERT(false); |
183 | state.printError(e.message); | 183 | state.printError(e.message); |
184 | }, false); | 184 | }); |
185 | 185 | ||
186 | if (showInternal) { | 186 | if (showInternal) { |
187 | //Print internal keys | 187 | //Print internal keys |