Fix line ending in --list output

This commit is contained in:
Martin Lund 2024-05-04 13:16:28 +02:00
parent ce736c267a
commit 242a2ea843

View file

@ -653,7 +653,10 @@ void config_list_targets(void)
putchar('\n');
}
}
if ((j-1) % 4 != 0)
{
putchar('\n');
}
g_strfreev(group);
g_key_file_free(keyfile);