From c0943c91cf4ac0f5245b0316d84cd575dd6d73e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= <b@bpiotrowski.pl> Date: Wed, 10 Dec 2014 21:32:05 +0100 Subject: [PATCH] Remove a dead break statement from help message --- fanout.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fanout.c b/fanout.c index b089afb..d220063 100644 --- a/fanout.c +++ b/fanout.c @@ -254,7 +254,6 @@ fs.file-max=100000\n"); printf(" --help show this info and e\ xit\n"); exit (EXIT_SUCCESS); - break; //client-limit case 6: client_limit = atoi (optarg); -- GitLab