summaryrefslogtreecommitdiff
path: root/ripd/rip_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_main.c')
-rw-r--r--ripd/rip_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c
index 060bb76585..23ac07a759 100644
--- a/ripd/rip_main.c
+++ b/ripd/rip_main.c
@@ -178,5 +178,5 @@ int main(int argc, char **argv)
frr_run(master);
/* Not reached. */
- return (0);
+ return 0;
}