summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-06-27 15:58:55 +0000
committerAndy Polyakov <appro@openssl.org>2005-06-27 15:58:55 +0000
commit71a61c573ed1597d127e94b5356ca4f6b81dc974 (patch)
tree72711a450deac0e3a5f705da691a59c666d89574 /apps
parent6b3b632767a8fba79fb0e7e4d81f84f4008cb847 (diff)
Fix typos in apps/apps.c.
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.c9
1 files changed, 6 insertions, 3 deletions
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