summaryrefslogtreecommitdiff
path: root/apps/drwho/File_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/File_Manager.cpp')
-rw-r--r--apps/drwho/File_Manager.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/drwho/File_Manager.cpp b/apps/drwho/File_Manager.cpp
index 873b221a65c..d862a77c340 100644
--- a/apps/drwho/File_Manager.cpp
+++ b/apps/drwho/File_Manager.cpp
@@ -108,8 +108,8 @@ File_Manager::open_passwd_file (void)
this->current_ptr = this->buffer_ptr;
return this->number_of_friends;
}
-
- return -1;
+ else
+ return -1;
}
// This function opens up FILENAME and memory maps it in our address
@@ -167,8 +167,8 @@ File_Manager::open_friends_file (const char *filename)
return this->number_of_friends;
}
-
- return -1;
+ else
+ return -1;
}
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)