From 1a88579f3e35869b6736e195755fb127a1aeda78 Mon Sep 17 00:00:00 2001 From: "Enno Boland (Gottox)" Date: Mon, 8 Jun 2009 23:28:05 +0200 Subject: [PATCH] small fix. --- surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf.c b/surf.c index 39b6f12..4a4b039 100644 --- a/surf.c +++ b/surf.c @@ -433,8 +433,8 @@ processx(GdkXEvent *e, GdkEvent *event, gpointer d) { &adummy, &idummy, &ldummy, &ldummy, &buf); loaduri(c, (gchar *)buf); XFree(buf); - return GDK_FILTER_REMOVE; } + return GDK_FILTER_REMOVE; } } return GDK_FILTER_CONTINUE; -- 2.20.1