From: Dana Jansens Date: Mon, 23 Apr 2007 20:36:13 +0000 (+0000) Subject: extra comma X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=5a68cdadf3c7ebaad4ae9e690148efd349195ba0;p=chaz%2Fopenbox extra comma --- diff --git a/openbox/session.c b/openbox/session.c index 1ff41519..62cff4b7 100644 --- a/openbox/session.c +++ b/openbox/session.c @@ -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);