From: Ralph Corderoy Date: Thu, 20 Oct 2016 23:05:50 +0000 (+0100) Subject: Don't `else' after goto. Simplify control flow. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/7bee8d7b3e221dbe5d5fde11d6e232482c5c454d?hp=441ef14d0e5bc7f203dc93913bd503afdafaef76 Don't `else' after goto. Simplify control flow. --- diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index 35e918bb..81704d0e 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -560,8 +560,7 @@ mhl_format (char *file, int length, int width) && dev == st.st_dev && ino == st.st_ino) goto out; - else - free_queue (&fmthd, &fmttl); + free_queue (&fmthd, &fmttl); } if ((fp = fopen (etcpath (file), "r")) == NULL)