Pārlūkot izejas kodu

Bugfix

* src/tar.c (tar_help_filter): Add missing break statement
Sergey Poznyakoff 7 gadi atpakaļ
vecāks
revīzija
228d83ed24
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/tar.c

+ 1 - 0
src/tar.c

@@ -1123,6 +1123,7 @@ tar_help_filter (int key, const char *text, void *input)
 
     case LZOP_OPTION:
       s = xasprintf (_("filter the archive through %s"), LZOP_PROGRAM);
+      break;
 
     case 'J':
       s = xasprintf (_("filter the archive through %s"), XZ_PROGRAM);