lchat: rm useless break - lchat - A line oriented chat front end for ii. | |
git clone git://git.suckless.org/lchat | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit b6a559806b16ec704b2bb2cc304aff99a9a96434 | |
parent 94abdbb1a44779559d211c5c25de9f16cb16919b | |
Author: Jan Klemkow <[email protected]> | |
Date: Wed, 22 Feb 2017 16:55:16 +0100 | |
lchat: rm useless break | |
Diffstat: | |
M lchat.c | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/lchat.c b/lchat.c | |
@@ -304,7 +304,6 @@ main(int argc, char *argv[]) | |
switch (c) { | |
case 4: /* eot */ | |
return EXIT_SUCCESS; | |
- break; | |
case 13: /* return */ | |
if (sl->rlen == 0 && empty_line == false) | |
goto out; |