Skip to content

Commit

Permalink
- oops, wrong one applied, fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejoye committed Feb 1, 2010
1 parent f25710d commit 6d913a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSRM/tsrm_virtual_cwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6d913a0

Please sign in to comment.