diff options
Diffstat (limited to 'src/script/qscriptsyntaxchecker_p.h')
-rw-r--r-- | src/script/qscriptsyntaxchecker_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/qscriptsyntaxchecker_p.h b/src/script/qscriptsyntaxchecker_p.h index 0c02d24..18f0611 100644 --- a/src/script/qscriptsyntaxchecker_p.h +++ b/src/script/qscriptsyntaxchecker_p.h @@ -71,7 +71,7 @@ public: enum State { Error, Intermediate, - Valid, + Valid }; struct Result { |