fix indentation in previous commit
This commit is contained in:
parent
168d9b8006
commit
6220bfc924
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user