diff options
Diffstat (limited to 'src/goto.h')
-rw-r--r-- | src/goto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ private: }; namespace States { - extern StateLabel label; + extern StateLabel label; extern StateGotoCmd gotocmd; } |