From 4d3e7272739fa657376729409dfaba8a698efe4f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 12 Oct 2018 00:30:44 -0700 Subject: [PATCH] Also need a period at the end of the "Built using" clause. Change-Id: Ia872e912f1331ef8d6b54b6751f5c132fbf0b4f3 Reviewed-on: https://code.wireshark.org/review/30148 Reviewed-by: Guy Harris --- version_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_info.c b/version_info.c index 9cfa74f2f4..2b1008683e 100644 --- a/version_info.c +++ b/version_info.c @@ -271,7 +271,7 @@ get_compiler_info(GString *str) g_string_append_printf(str, " clang/C2 %s and -fno-ms-compatibility.\n", __VERSION__); #else - g_string_append_printf(str, "\n"); + g_string_append_printf(str, ".\n"); #endif #elif defined(__GNUC__) && defined(__VERSION__) /*