Remove unreferenced label
This commit is contained in:
parent
27c5beea01
commit
8700d0c601
|
@ -698,12 +698,6 @@ static int artReadList(const char* path, char** artListPtr, int* artListSizePtr)
|
|||
fileClose(stream);
|
||||
|
||||
return 0;
|
||||
|
||||
err:
|
||||
|
||||
fileClose(stream);
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
// 0x419760
|
||||
|
|
Loading…
Reference in New Issue