summaryrefslogtreecommitdiffstats
path: root/rsconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsconfig.c')
-rw-r--r--rsconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsconfig.c b/rsconfig.c
index aac3129..d2e9446 100644
--- a/rsconfig.c
+++ b/rsconfig.c
@@ -28,8 +28,8 @@ typedef struct _rsport
char *Description;
} RS_Port;
-static RS_Port *rs_ports = NULL;
-static RS_Port *rs_port_tail = NULL;
+static RS_Port *rs_ports;
+static RS_Port *rs_port_tail;
static RS_Port *rs_port_ptr(char *name)
{