diff options
Diffstat (limited to 'src/core/ns_getemail.c')
-rw-r--r-- | src/core/ns_getemail.c | 2 |
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> ¶ms) + CommandReturn Execute(User *u, std::vector<std::string> ¶ms) { const char *email = params[0].c_str(); int i, j = 0; |