summaryrefslogtreecommitdiffstats
path: root/src/b_export.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/b_export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/b_export.c b/src/b_export.c
index 95ccf40..9cb1c14 100644
--- a/src/b_export.c
+++ b/src/b_export.c
@@ -68,7 +68,7 @@ uint8_t
next = 0;
if (!check_valid_identifier(*ptr))
{
- fail_identifier("export", *ptr, msh);
+ f_fail_identifier("export", *ptr, msh);
next = 1;
r = 1;
}