minor cleanup

This commit is contained in:
Daniel Micay 2012-06-07 14:10:57 -04:00
parent 5a0b025f52
commit 859a0b2022
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ static gboolean position_overlay_cb(GtkBin *overlay, GtkWidget *widget, GdkRecta
return TRUE;
}
#define IGNORE_ON_ERROR(ERROR) if (ERROR) { g_clear_error(&ERROR); } else
#define IGNORE_ON_ERROR(ERROR) if (ERROR) g_clear_error(&ERROR); else
static void load_config(GtkWindow *window, VteTerminal *vte, gboolean *dynamic_title, gboolean *urgent_on_bell) {
GError *error = NULL;