From d48403d32f701cef7ffe7bbaf741f9651ecd71af Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Fri, 12 Apr 2019 15:53:46 +0100 Subject: [PATCH] Need a space between . and next character. --- examples/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/main.c b/examples/main.c index b01dce41ee..66bbab4582 100644 --- a/examples/main.c +++ b/examples/main.c @@ -749,7 +749,7 @@ int main(int argc, char *argv[]) { } #else 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?"); } #endif -- GitLab