Remove unreferenced label

This commit is contained in:
Alexander Batalov 2022-08-14 22:16:48 +03:00
parent 27c5beea01
commit 8700d0c601
1 changed files with 0 additions and 6 deletions

View File

@ -698,12 +698,6 @@ static int artReadList(const char* path, char** artListPtr, int* artListSizePtr)
fileClose(stream);
return 0;
err:
fileClose(stream);
return -1;
}
// 0x419760