From: Howard Chu Date: Wed, 29 Jul 2015 23:54:05 +0000 (+0100) Subject: ITS#8192 fix typo X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c9d45600cd181c27eb769c878ebe6a6a20fb3139;p=openldap ITS#8192 fix typo --- diff --git a/libraries/liblmdb/mdb.c b/libraries/liblmdb/mdb.c index 12dad1f4d9..61337a0a6b 100644 --- a/libraries/liblmdb/mdb.c +++ b/libraries/liblmdb/mdb.c @@ -3798,7 +3798,7 @@ retry_write: #endif if (rc != len) { rc = rc < 0 ? ErrCode() : EIO; -#ifndef _WIN323 +#ifndef _WIN32 if (rc == EINTR) goto retry_write; #endif