summaryrefslogtreecommitdiff
path: root/src/core/ns_getemail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_getemail.c')
-rw-r--r--src/core/ns_getemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_getemail.c b/src/core/ns_getemail.c
index ee2e9e16f..2e64b181a 100644
--- a/src/core/ns_getemail.c
+++ b/src/core/ns_getemail.c
@@ -29,7 +29,7 @@ class CommandNSGetEMail : public Command
{
}
- CommandResult Execute(User *u, std::vector<std::string> &params)
+ CommandReturn Execute(User *u, std::vector<std::string> &params)
{
const char *email = params[0].c_str();
int i, j = 0;