aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index b56b7d4..4092435 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -249,7 +249,7 @@ protected:
};
namespace States {
- extern StateStart start;
+ extern StateStart start;
extern StateControl control;
extern StateASCII ascii;
extern StateFCommand fcommand;