Commit c8b44a0b authored by unknown's avatar unknown

os0file.c Remove a compilation error on Windows


innobase/os/os0file.c:
  Remove a compilation error on Windows
parent 880da677
...@@ -1413,7 +1413,7 @@ try_again: ...@@ -1413,7 +1413,7 @@ try_again:
return(TRUE); return(TRUE);
} }
goto error_handling; err = 1; /* Fall through the next if */
} }
#endif #endif
if (err == 0) { if (err == 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment