From: Andy Polyakov Date: Mon, 27 Jun 2005 15:56:53 +0000 (+0000) Subject: Fix typos in apps/apps.c X-Git-Tag: OpenSSL_0_9_8k^2~1967 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=53bb3bee34e87de3b73964dd377cce604428e88e;p=oweals%2Fopenssl.git Fix typos in apps/apps.c --- diff --git a/apps/apps.c b/apps/apps.c index fb9f72fbea..9ae3e16ed3 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -1604,8 +1604,9 @@ int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix) { if (errno != ENOENT #ifdef ENOTDIR - && errno != ENOTDIR) + && errno != ENOTDIR #endif + ) goto err; } else @@ -1893,8 +1894,9 @@ int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suf { if (errno != ENOENT #ifdef ENOTDIR - && errno != ENOTDIR) + && errno != ENOTDIR #endif + ) goto err; } else @@ -1929,8 +1931,9 @@ int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suf { if (errno != ENOENT #ifdef ENOTDIR - && errno != ENOTDIR) + && errno != ENOTDIR #endif + ) goto err; } else