missing ;
This commit is contained in:
parent
415f2cce27
commit
ae04366751
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue