[hackers] [surf] some cleanups. || Enno Boland (Gottox)

From: <hg_AT_suckless.org>
Date: Mon, 8 Jun 2009 14:50:13 +0000 (UTC)

changeset: 30:9e1239477be1
tag: tip
user: Enno Boland (Gottox) <gottox_AT_s01.de>
date: Mon Jun 08 16:49:56 2009 +0200
files: surf.c
description:
some cleanups.

diff -r 99d52dcb422d -r 9e1239477be1 surf.c
--- a/surf.c Mon Jun 08 16:34:46 2009 +0200
+++ b/surf.c Mon Jun 08 16:49:56 2009 +0200
@@ -95,7 +95,8 @@
         destroyclient(c);
 }
 
-void die(char *str) {
+void
+die(char *str) {
         fputs(str, stderr);
         exit(EXIT_FAILURE);
 }
@@ -270,7 +271,6 @@
 void
 loadstart(WebKitWebView *view, WebKitWebFrame *f, gpointer d) {
         Client *c = (Client *)d;
- gchar *uri;
 
         if(c->download)
                 stop(c);
Received on Mon Jun 08 2009 - 14:50:13 UTC

This archive was generated by hypermail 2.2.0 : Mon Jun 08 2009 - 15:00:05 UTC