mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
os0file.c Remove a compilation error on Windows
innobase/os/os0file.c: Remove a compilation error on Windows
This commit is contained in:
parent
880da67735
commit
c8b44a0bd0
1 changed files with 1 additions and 1 deletions
|
@ -1413,7 +1413,7 @@ try_again:
|
|||
return(TRUE);
|
||||
}
|
||||
|
||||
goto error_handling;
|
||||
err = 1; /* Fall through the next if */
|
||||
}
|
||||
#endif
|
||||
if (err == 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue