summaryrefslogtreecommitdiffstats
path: root/ax25/mheard.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/mheard.c')
-rw-r--r--ax25/mheard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/mheard.c b/ax25/mheard.c
index a7b46cf..c2f2013 100644
--- a/ax25/mheard.c
+++ b/ax25/mheard.c
@@ -35,7 +35,7 @@ static char *types[] = {
"UI",
"????"};
-static struct PortRecord *PortList = NULL;
+static struct PortRecord *PortList;
static void PrintHeader(int data)
{