mirror of
https://https.git.savannah.gnu.org/git/tar.git
synced 2026-01-26 16:09:29 +00:00
Fix typo caught by GCC 7.2.1
* lib/wordsplit.c (wordsplit_perror): Add missing "break;".
This commit is contained in:
parent
9855bc011e
commit
35008b75e4
@ -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"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user