aboutsummaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c
index 3163920..cdfea4e 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -892,9 +892,11 @@ func_body()
case 0:
if (verbose)
file_error(_("unexpected end of file in function body"), 0);
+ caller = NULL;
return;
}
}
+ caller = NULL;
}
int

Return to:

Send suggestions and report system problems to the System administrator.