summaryrefslogtreecommitdiffstats
path: root/listen/ax25dump.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-01-23 13:40:04 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-01-23 13:40:04 +0000
commit561fa5359c69c006cf09827d2eb97daa6527b95f (patch)
tree18e2512105251c6f4d5161cfc3e73a743c1762aa /listen/ax25dump.c
parentebc40965fcaaf6f6e5e3f709c5e6a0f5eadf27c4 (diff)
Fix warnings about // style comment. And remove some of the most
pointless comments.
Diffstat (limited to 'listen/ax25dump.c')
-rw-r--r--listen/ax25dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/listen/ax25dump.c b/listen/ax25dump.c
index 0ecb409..93e569d 100644
--- a/listen/ax25dump.c
+++ b/listen/ax25dump.c
@@ -1,4 +1,4 @@
-/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/ax25dump.c,v 1.4 2004/02/04 10:48:28 csmall Exp $ */
+/* @(#) $Header: /home/ax25-cvs/ax25-apps/listen/ax25dump.c,v 1.5 2007/01/23 13:40:04 ralf Exp $ */
/* AX25 header tracing
* Copyright 1991 Phil Karn, KA9Q
@@ -109,7 +109,7 @@ void ax25_dump(unsigned char *data, int length, int hexdump)
if ((data[AXLEN + ALEN] & SSSID_SPARE) == SSSID_SPARE) {
extseq = 0;
-// lprintf(T_PROTOCOL, " ");
+/* lprintf(T_PROTOCOL, " "); */
} else {
extseq = 1;
lprintf(T_PROTOCOL, "EAX25: ");