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 <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-10-12 00:30:44 -07:00
parent 0ddc082b9f
commit 4d3e727273
1 changed files with 1 additions and 1 deletions

View File

@ -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__)
/*