~kris/suckless

tabbed

d3d9c9b714e256ddb62d75ce10830c01226d83ad — Enno Boland (Gottox) 17 years ago 2515522
some cleanups.
1 files changed, 2 insertions(+), 2 deletions(-)

M surf.c
M surf.c => surf.c +2 -2
@@ 95,7 95,8 @@ destroywin(GtkWidget* w, gpointer d) {
	destroyclient(c);
}

void die(char *str) {
void
die(char *str) {
	fputs(str, stderr);
	exit(EXIT_FAILURE);
}


@@ 270,7 271,6 @@ loadcommit(WebKitWebView *view, WebKitWebFrame *f, gpointer d) {
void
loadstart(WebKitWebView *view, WebKitWebFrame *f, gpointer d) {
	Client *c = (Client *)d;
	gchar *uri;

	if(c->download)
		stop(c);