summaryrefslogtreecommitdiff
path: root/src/map/magic-interpreter-parser.ypp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-interpreter-parser.ypp')
-rw-r--r--src/map/magic-interpreter-parser.ypp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic-interpreter-parser.ypp b/src/map/magic-interpreter-parser.ypp
index f067a8b..9b853e9 100644
--- a/src/map/magic-interpreter-parser.ypp
+++ b/src/map/magic-interpreter-parser.ypp
@@ -275,7 +275,7 @@ semicolons
proc_formals_list
-: /* empty */
+: /* empty */
{
$$ = dumb_ptr<proc_t>::make();
}