From: Andy Polyakov Date: Mon, 27 Jun 2005 16:00:57 +0000 (+0000) Subject: Fix typos in apps/apps.c. X-Git-Tag: FIPS_TEST_10~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=84c881d0b5657b869198be4d2b43e83f3fe48cd3;p=oweals%2Fopenssl.git Fix typos in apps/apps.c. --- diff --git a/apps/apps.c b/apps/apps.c index 9157cdfcdc..d646caa353 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -1591,8 +1591,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(char *dbfile, char *new_suffix, char *old_suffix) { if (errno != ENOENT #ifdef ENOTDIR - && errno != ENOTDIR) + && errno != ENOTDIR #endif + ) goto err; } else @@ -1929,8 +1931,9 @@ int rotate_index(char *dbfile, char *new_suffix, char *old_suffix) { if (errno != ENOENT #ifdef ENOTDIR - && errno != ENOTDIR) + && errno != ENOTDIR #endif + ) goto err; } else