diff options
Diffstat (limited to 'src/core/os_mode.c')
-rw-r--r-- | src/core/os_mode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_mode.c b/src/core/os_mode.c index 63920702f..d0c8b518a 100644 --- a/src/core/os_mode.c +++ b/src/core/os_mode.c @@ -24,7 +24,7 @@ class CommandOSMode : public Command { } - CommandResult Execute(User *u, std::vector<std::string> ¶ms) + CommandReturn Execute(User *u, std::vector<std::string> ¶ms) { int ac; const char **av; |