extra comma
This commit is contained in:
parent
b22cdc9f70
commit
5a68cdadf3
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ static void save_commands()
|
||||||
{
|
{
|
||||||
SmProp *props[2];
|
SmProp *props[2];
|
||||||
SmProp prop_cmd = { SmCloneCommand, SmLISTofARRAY8, 1, };
|
SmProp prop_cmd = { SmCloneCommand, SmLISTofARRAY8, 1, };
|
||||||
SmProp prop_res = { SmRestartCommand, SmLISTofARRAY8, };
|
SmProp prop_res = { SmRestartCommand, SmLISTofARRAY8 };
|
||||||
gint i;
|
gint i;
|
||||||
|
|
||||||
prop_cmd.vals = g_new(SmPropValue, sm_argc);
|
prop_cmd.vals = g_new(SmPropValue, sm_argc);
|
||||||
|
|
Loading…
Reference in a new issue