summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--axutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/axutils.c b/axutils.c
index 62f1660..b69a910 100644
--- a/axutils.c
+++ b/axutils.c
@@ -130,7 +130,7 @@ int ax25_aton(const char *call, struct full_sockaddr_ax25 *sax)
int ax25_aton_arglist(const char *call[], struct full_sockaddr_ax25 *sax)
{
- char *bp;
+ const char *bp;
char *addrp;
int n = 0;
int argp = 0;