summaryrefslogtreecommitdiffstats
path: root/src/script/qscriptsyntaxchecker_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/qscriptsyntaxchecker_p.h')
-rw-r--r--src/script/qscriptsyntaxchecker_p.h2
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 {