summaryrefslogtreecommitdiffstats
path: root/ax25ipd/ax25ipd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25ipd/ax25ipd.c')
-rw-r--r--ax25ipd/ax25ipd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c
index cce9a29..65df46a 100644
--- a/ax25ipd/ax25ipd.c
+++ b/ax25ipd/ax25ipd.c
@@ -42,7 +42,7 @@ struct option options[] = {
{"configfile", 1, NULL, 'c'},
{"ttydevice", 1, NULL, 'd'},
{"nofork", 0, NULL, 'f'},
- {0, 0, 0, 0}
+ {NULL, 0, NULL, 0}
};
int main(int argc, char **argv)