lchat: rm useless break - lchat - A line oriented chat front end for ii.
 (HTM) git clone git://git.suckless.org/lchat
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit b6a559806b16ec704b2bb2cc304aff99a9a96434
 (DIR) parent 94abdbb1a44779559d211c5c25de9f16cb16919b
 (HTM) Author: Jan Klemkow <j.klemkow@wemelug.de>
       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(-)
       ---
 (DIR) 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;