aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2026-06-29 10:14:20 +0200
committerIngo Klöcker <[email protected]>2026-06-29 10:14:20 +0200
commit413380c31074dcd7e22062e6cd3f313bfa451200 (patch)
tree720573abb30d8d14a3a49012474ffd75769d4b5b /src
parentPost release updates (diff)
downloadgpgme-413380c31074dcd7e22062e6cd3f313bfa451200.tar.gz
gpgme-413380c31074dcd7e22062e6cd3f313bfa451200.zip
w32: Fix typo which broke the build
* src/w32-io.c (_gpgme_io_spawn): Replace bogus #else with #endif. -- Fixes-commit: df6c94f136e5411aabeb3000403f402f2a25092b
Diffstat (limited to 'src')
-rw-r--r--src/w32-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32-io.c b/src/w32-io.c
index 6ff64866..d0cd7aa1 100644
--- a/src/w32-io.c
+++ b/src/w32-io.c
@@ -1728,7 +1728,7 @@ _gpgme_io_spawn (const char *path, char *const argv[], unsigned int flags,
gpgrt_w32_set_errno (lasterr);
#else
gpg_err_set_errno (EIO);
-#else
+#endif
UNLOCK (fd_table_lock);
return TRACE_SYSRES (-1);
}