소스 검색

VLCHTTPConnection: fix typo

Felix Paul Kühne 11 년 전
부모
커밋
92e3df18f2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Sources/VLCHTTPConnection.m

+ 0 - 2
Sources/VLCHTTPConnection.m

@@ -172,8 +172,6 @@
         }
         @catch (NSException *exception) {
             APLog(@"File to write further data because storage is full.");
-        }
-        @finally {
             [_storeFile closeFile];
             _storeFile = nil;
             /* don't block */