소스 검색

Remove unnecessary argument

Alois Mahdal 6 년 전
부모
커밋
7b272940d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/imapdomo.skel

+ 1
- 1
src/imapdomo.skel 파일 보기

@@ -175,7 +175,7 @@ main() {
175 175
     debug -v Action CfgDir LogDir HeaderDir Debug CdTo NoLock
176 176
     is_locked && return 1
177 177
     lock
178
-    handle "$Action"; es=$?
178
+    handle; es=$?
179 179
     unlock
180 180
     return $es
181 181
 }