summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/com_err/lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/com_err/lex.l')
-rw-r--r--source4/heimdal/lib/com_err/lex.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/com_err/lex.l b/source4/heimdal/lib/com_err/lex.l
index b68814b21c..f099c1e1bd 100644
--- a/source4/heimdal/lib/com_err/lex.l
+++ b/source4/heimdal/lib/com_err/lex.l
@@ -94,7 +94,7 @@ getstring(void)
continue;
}
if(c == '\n'){
- error_message("unterminated string");
+ lex_err_message("unterminated string");
lineno++;
break;
}
@@ -114,7 +114,7 @@ getstring(void)
}
void
-error_message (const char *format, ...)
+lex_err_message (const char *format, ...)
{
va_list args;