From 550fe816e546e78931792e94b558336516054415 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 31 Jan 2017 10:15:11 +0100 Subject: Fix further abuse of 0 as NULL pointer. Signed-off-by: Ralf Baechle --- ax25ipd/ax25ipd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25ipd') 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) -- cgit v1.2.3