mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix line ending in --list output
This commit is contained in:
parent
ce736c267a
commit
242a2ea843
1 changed files with 4 additions and 1 deletions
|
|
@ -653,7 +653,10 @@ void config_list_targets(void)
|
||||||
putchar('\n');
|
putchar('\n');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ((j-1) % 4 != 0)
|
||||||
|
{
|
||||||
putchar('\n');
|
putchar('\n');
|
||||||
|
}
|
||||||
|
|
||||||
g_strfreev(group);
|
g_strfreev(group);
|
||||||
g_key_file_free(keyfile);
|
g_key_file_free(keyfile);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue