Added newline to cerr stream
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ ProgramOptions get_params(int argc, char *argv[])
|
||||
break;
|
||||
|
||||
default:
|
||||
std::cerr << "Incorrect character code returned: %d" << option;
|
||||
std::cerr << "Incorrect character code returned: %d\n" << option;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user