Selaa lähdekoodia

Fix typo caught by GCC 7.2.1

* lib/wordsplit.c (wordsplit_perror): Add missing "break;".
Paul Eggert 7 vuotta sitten
vanhempi
commit
35008b75e4
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      lib/wordsplit.c

+ 1 - 0
lib/wordsplit.c

@@ -1584,6 +1584,7 @@ wordsplit_perror (struct wordsplit *wsp)
 
     case WRDSE_NOSUPP:
       wsp->ws_error (_("command substitution is not yet supported"));
+      break;
 
     case WRDSE_USAGE:
       wsp->ws_error (_("invalid wordsplit usage"));