extra comma

This commit is contained in:
Dana Jansens 2007-04-23 20:36:13 +00:00
parent b22cdc9f70
commit 5a68cdadf3

View file

@ -75,7 +75,7 @@ static void save_commands()
{
SmProp *props[2];
SmProp prop_cmd = { SmCloneCommand, SmLISTofARRAY8, 1, };
SmProp prop_res = { SmRestartCommand, SmLISTofARRAY8, };
SmProp prop_res = { SmRestartCommand, SmLISTofARRAY8 };
gint i;
prop_cmd.vals = g_new(SmPropValue, sm_argc);