summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.c b/common/system.c
index 8608a9913c..02be2e81a0 100644
--- a/common/system.c
+++ b/common/system.c
@@ -925,7 +925,7 @@ static void print_build_string(void)
/* 50 characters or less, will fit into the terminal line. */
if (strlen(full_build_string) < 50) {
- ccprintf("%s\n");
+ ccprintf("%s\n", full_build_string);
return;
}