Commit 62219a51 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Restore missing newline (follow up to 497b076d)

parent 97c1722e
......@@ -79,7 +79,7 @@ static const char * const builtin_vcl =
void
mgt_DumpBuiltin(void)
{
printf("%s", builtin_vcl);
printf("%s\n", builtin_vcl);
}
/*--------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment