]> Dogcows Code - chaz/openbox/commitdiff
extra comma
authorDana Jansens <danakj@orodu.net>
Mon, 23 Apr 2007 20:36:13 +0000 (20:36 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 23 Apr 2007 20:36:13 +0000 (20:36 +0000)
openbox/session.c

index 1ff41519e9098de0ac433a34c23e8427d0cfcd6d..62cff4b75c647e2c85863bd748d12f098f56e8c7 100644 (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);
This page took 0.023998 seconds and 4 git commands to generate.