From c9ef2a5b36d9082b2c2c853934a0332aef6564a6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 2 Jul 2014 17:18:08 +0200 Subject: Add digital gain to remote control --- src/RemoteControl.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/RemoteControl.cpp') 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'"); } } -- cgit v1.2.3