aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/eval.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/eval.cpp b/gui/eval.cpp
index 18a027a830..f3d4f496c7 100644
--- a/gui/eval.cpp
+++ b/gui/eval.cpp
@@ -205,8 +205,8 @@ void Eval::getToken() {
if (!_tokenType && isdelim(_input[_pos])) {
*temp++ = _input[_pos++];
- *temp = 0;
- _tokenType = tDelimiter;
+ *temp = 0;
+ _tokenType = tDelimiter;
}
}