mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-18 10:30:32 +00:00
Remove extraneous carriage return (#135)
Co-authored-by: Tony Kuker <akuker@gmail.com>
This commit is contained in:
parent
af6e311e6e
commit
6698b8b90a
@ -465,7 +465,7 @@ bool ReturnStatus(FILE *fp, bool status = true, const string msg = "") {
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
Result result;
|
Result result;
|
||||||
result.set_msg(msg + "\n");
|
result.set_msg(msg);
|
||||||
result.set_status(status);
|
result.set_status(status);
|
||||||
|
|
||||||
string data;
|
string data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user