Commit d78f77a3 authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi

os0file.c Remove a compilation error on Windows

parent f374c230
......@@ -1413,7 +1413,7 @@ try_again:
return(TRUE);
}
goto error_handling;
err = 1; /* Fall through the next if */
}
#endif
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