From dd2703acb95ed4da21d566f2c5b4d99fd70871ae Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 1 Feb 2010 15:31:58 +0000 Subject: [PATCH] - oops, wrong one applied, fix build. --- TSRM/tsrm_virtual_cwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 5a64198cd7..0d559d122b 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -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; } -- 2.40.0