removed debug printf

This commit is contained in:
The Arrayser 2022-08-28 13:44:24 +02:00 committed by GitHub
parent 4bc4114ee9
commit 992aa1b4b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ sus_File sus_fileOpenInMem(char * fileName, unsigned long parameter){
NULL); NULL);
if(currentFile->fileHandle == NULL || currentFile->fileHandle == INVALID_HANDLE_VALUE){ if(currentFile->fileHandle == NULL || currentFile->fileHandle == INVALID_HANDLE_VALUE){
//debug //debug
printf("Windows error: %i\n", GetLastError()); //printf("Windows error: %i\n", GetLastError());
goto cleanup1; goto cleanup1;
} }