summaryrefslogtreecommitdiffstats
path: root/ax25io.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25io.c')
-rw-r--r--ax25io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25io.c b/ax25io.c
index eba7b02..f0316c6 100644
--- a/ax25io.c
+++ b/ax25io.c
@@ -592,7 +592,7 @@ char *axio_getline(ax25io *p)
int ret;
ret = axio_gets((char *) p->gbuf + p->gbuf_usage,
- AXBUFLEN - p->gbuf_usage, p);
+ AXBUFLEN - p->gbuf_usage, p);
if (ret > 0 || (ret == 0 && errno == 0)) {
p->gbuf_usage = 0;
return (char *) p->gbuf;