Add comma after last entry.

This commit is contained in:
Marco Trevisan 2022-10-27 09:05:24 +00:00 committed by Christian Persch
parent a00e2e5f1a
commit 5d8e1751ff

View File

@ -2648,7 +2648,7 @@ prepend_terminal_to_vector (int *argc,
{ "rxvt", "-e" }, { "rxvt", "-e" },
{ "dtterm", "-e" }, { "dtterm", "-e" },
{ "xterm", "-e" }, { "xterm", "-e" },
{ "kgx", "-e" } { "kgx", "-e" },
}; };
g_return_val_if_fail (argc != NULL, FALSE); g_return_val_if_fail (argc != NULL, FALSE);