From afa8313f928dadd74dba812bef6038ba0d144370 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 02:20:24 +0200 Subject: Remove parenthesis around arguments of return statements. Signed-off-by: Ralf Baechle --- ax25ipd/ax25ipd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25ipd/ax25ipd.c') diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c index b1786f5..f664e2e 100644 --- a/ax25ipd/ax25ipd.c +++ b/ax25ipd/ax25ipd.c @@ -166,7 +166,7 @@ int main(int argc, char **argv) /* and let the games begin */ io_start(); - return (0); + return 0; } -- cgit v1.2.3