diff --git a/src/raspberrypi/rascsi.cpp b/src/raspberrypi/rascsi.cpp index d44f606c..2c2d61c2 100644 --- a/src/raspberrypi/rascsi.cpp +++ b/src/raspberrypi/rascsi.cpp @@ -465,7 +465,7 @@ bool ReturnStatus(FILE *fp, bool status = true, const string msg = "") { } #else Result result; - result.set_msg(msg + "\n"); + result.set_msg(msg); result.set_status(status); string data;