summaryrefslogtreecommitdiff
path: root/src/core/os_quit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_quit.c')
-rw-r--r--src/core/os_quit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_quit.c b/src/core/os_quit.c
index 60e045d3e..58686ed9d 100644
--- a/src/core/os_quit.c
+++ b/src/core/os_quit.c
@@ -24,7 +24,7 @@ class CommandOSQuit : public Command
{
}
- CommandResult Execute(User *u, std::vector<std::string> &params)
+ CommandReturn Execute(User *u, std::vector<std::string> &params)
{
quitmsg = new char[28 + strlen(u->nick)];
if (!quitmsg)