]> Dogcows Code - chaz/openbox/blobdiff - openbox/session.c
focus fallback when focus is on PointerRoot
[chaz/openbox] / openbox / session.c
index 651f1a9007a4f0ce3a3db5628da6c4265aee9350..8e8f2b7b34005cd967d1a535a81dfc5b625c2c6d 100644 (file)
@@ -319,7 +319,7 @@ static gboolean session_save()
     gboolean success = TRUE;
 
     if (save_file)
-        unlink(save_file)
+        unlink(save_file);
 
     /* this algo is from metacity */
     filename = g_strdup_printf("%d-%d-%u.obs",
This page took 0.022612 seconds and 4 git commands to generate.