diff options
Diffstat (limited to 'src/RemoteControl.cpp')
-rw-r--r-- | src/RemoteControl.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/RemoteControl.cpp b/src/RemoteControl.cpp index 854de76..5bbd2f8 100644 --- a/src/RemoteControl.cpp +++ b/src/RemoteControl.cpp @@ -224,8 +224,7 @@ void RemoteControllerTelnet::dispatch_command(tcp::socket& socket, string comman reply(socket, "Error: Invalid parameter value. "); } } - else - { + else { reply(socket, "Incorrect parameters for command 'set'"); } } |