diff --git a/utils/LIBtextio.c b/utils/LIBtextio.c index e8fc279d..ef42e225 100644 --- a/utils/LIBtextio.c +++ b/utils/LIBtextio.c @@ -96,7 +96,7 @@ TxFlush() */ void -TxError(char *fmt, ...) +TxError(const char *fmt, ...) { va_list ap; @@ -126,7 +126,7 @@ TxError(char *fmt, ...) */ void -TxPrintf(char *fmt, ...) +TxPrintf(const char *fmt, ...) { va_list ap;