Skip to content
Snippets Groups Projects
Commit d48403d3 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Need a space between . and next character.

parent 9a43bec3
No related branches found
No related tags found
1 merge request!785Crash gracefully on start-up if the user compiled with cooling but forgot the runtime flag.
...@@ -749,7 +749,7 @@ int main(int argc, char *argv[]) { ...@@ -749,7 +749,7 @@ int main(int argc, char *argv[]) {
} }
#else #else
if (!with_cooling && !with_temperature) { if (!with_cooling && !with_temperature) {
error("ERROR: Compiled with cooling but running without it." error("ERROR: Compiled with cooling but running without it. "
"Did you forget the --cooling or --temperature flags?"); "Did you forget the --cooling or --temperature flags?");
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment