aboutsummaryrefslogtreecommitdiff
path: root/lib/tr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tr.c')
-rw-r--r--lib/tr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tr.c b/lib/tr.c
index c75f256..961cdb1 100644
--- a/lib/tr.c
+++ b/lib/tr.c
@@ -39,7 +39,7 @@ extern struct hwtype tr_hwtype;
extern struct hwtype tr_hwtype1;
#endif
-static char *pr_tr(unsigned char *ptr)
+static const char *pr_tr(const char *ptr)
{
static char buff[64];