diff options
Diffstat (limited to 'src/lexer.cpp')
-rw-r--r-- | src/lexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lexer.cpp b/src/lexer.cpp index 9c8b36a..3739a01 100644 --- a/src/lexer.cpp +++ b/src/lexer.cpp | |||
@@ -238,7 +238,7 @@ Token Lexer::nextTokenCommand() | |||
238 | 238 | ||
239 | sTmp->append( sBuf[iBufPos] ); | 239 | sTmp->append( sBuf[iBufPos] ); |
240 | } | 240 | } |
241 | return Token( Token::tString, sTmp ); | 241 | return Token( Token::tCmdParam, sTmp ); |
242 | } | 242 | } |
243 | break; | 243 | break; |
244 | } | 244 | } |