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

os0file.c Remove a compilation error on Windows

parent f374c230
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1413,7 +1413,7 @@ os_aio(
			return(TRUE);
		}

		goto error_handling;
		err = 1; /* Fall through the next if */
	}
#endif
	if (err == 0) {