fix indentation in previous commit
This commit is contained in:
+2
-2
@@ -109,9 +109,9 @@ static clock_t g_time = 0;
|
|||||||
method = FILE_BEGIN;
|
method = FILE_BEGIN;
|
||||||
|
|
||||||
if (SetFilePointerEx((HANDLE) _get_osfhandle(_fileno(file)), off, NULL, method))
|
if (SetFilePointerEx((HANDLE) _get_osfhandle(_fileno(file)), off, NULL, method))
|
||||||
return 0;
|
return 0;
|
||||||
else
|
else
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
# define LONG_SEEK fseek
|
# define LONG_SEEK fseek
|
||||||
|
|||||||
Reference in New Issue
Block a user