浏览代码

Bugfix

* src/tar.c (tar_help_filter): Add missing break statement
Sergey Poznyakoff 7 年之前
父节点
当前提交
228d83ed24
共有 1 个文件被更改,包括 1 次插入0 次删除
  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:
     case LZOP_OPTION:
       s = xasprintf (_("filter the archive through %s"), LZOP_PROGRAM);
       s = xasprintf (_("filter the archive through %s"), LZOP_PROGRAM);
+      break;
 
 
     case 'J':
     case 'J':
       s = xasprintf (_("filter the archive through %s"), XZ_PROGRAM);
       s = xasprintf (_("filter the archive through %s"), XZ_PROGRAM);