summaryrefslogtreecommitdiffstats
path: root/axutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'axutils.c')
-rw-r--r--axutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/axutils.c b/axutils.c
index 240a0b4..8833531 100644
--- a/axutils.c
+++ b/axutils.c
@@ -201,7 +201,7 @@ char *ax25_ntoa(const ax25_address *a)
/* Convention is: -0 suffixes are NOT printed */
if (a->ax25_call[6] & 0x1E) {
- *s++ = '-';
+ *s++ = '-';
if ((n = ((a->ax25_call[6] >> 1) & 0x0F)) > 9) {
*s++ = '1';