From: Enno Boland (Gottox) Date: Mon, 8 Jun 2009 21:28:05 +0000 (+0200) Subject: small fix. X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=1a88579f3e35869b6736e195755fb127a1aeda78;p=surf.git small fix. --- 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;