]> Dogcows Code - chaz/openbox/commitdiff
missing ;
authorDana Jansens <danakj@orodu.net>
Wed, 15 Oct 2003 05:06:16 +0000 (05:06 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 15 Oct 2003 05:06:16 +0000 (05:06 +0000)
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.028747 seconds and 4 git commands to generate.