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 ac660a1d8c..eb39e0cfb8 100644
--- a/source4/heimdal/lib/com_err/lex.l
+++ b/source4/heimdal/lib/com_err/lex.l
@@ -95,7 +95,7 @@ getstring(void)
continue;
}
if(c == '\n'){
- lex_error_message("unterminated string");
+ _lex_error_message("unterminated string");
lineno++;
break;
}
@@ -115,7 +115,7 @@ getstring(void)
}
void
-lex_error_message (const char *format, ...)
+_lex_error_message (const char *format, ...)
{
va_list args;