fix indentation in previous commit

This commit is contained in:
ds77 2017-02-13 12:00:59 +01:00
parent 168d9b8006
commit 6220bfc924

View File

@ -109,9 +109,9 @@ static clock_t g_time = 0;
method = FILE_BEGIN;
if (SetFilePointerEx((HANDLE) _get_osfhandle(_fileno(file)), off, NULL, method))
return 0;
return 0;
else
return -1;
return -1;
}
#else
# define LONG_SEEK fseek