diff --git a/programs/fileio.c b/programs/fileio.c index 51b1a94e..be1ada30 100644 --- a/programs/fileio.c +++ b/programs/fileio.c @@ -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