From 19d1b6ee9c9c7c8ede7924e6e8f8b86b255641a1 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Fri, 30 Nov 2012 15:24:38 +0100 Subject: [PATCH] Added missing newline. --- tool/CommandMaster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/CommandMaster.cpp b/tool/CommandMaster.cpp index da94ea20..db37d137 100644 --- a/tool/CommandMaster.cpp +++ b/tool/CommandMaster.cpp @@ -112,7 +112,7 @@ void CommandMaster::execute(const StringVector &args) && data.devices[i].address[3] == 0x00 && data.devices[i].address[4] == 0x00 && data.devices[i].address[5] == 0x00) { - cout << "None."; + cout << "None." << endl; } else { cout << hex << setfill('0') << setw(2) << (unsigned int) data.devices[i].address[0]