- oops, wrong one applied, fix build.

This commit is contained in:
Pierre Joye 2010-02-01 15:31:58 +00:00
parent 7f87845379
commit dd2703acb9

View File

@ -1004,7 +1004,7 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func
#ifdef TSRM_WIN32
_set_errno(EINVAL);
#else
errno = EINVAL
errno = EINVAL;
#endif
return 1;
}