aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-16 09:51:46 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-16 09:51:46 +0200
commit5202ec3fff80466fba649e4f1435237715727f53 (patch)
tree0ccc6d866e772d5b8b52af57e20d7f6f04285145 /uzbl.c
parent2eb9dae768134ee685ee81bb6c257147b552d210 (diff)
fix return for control_socket
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uzbl.c b/uzbl.c
index 7997753..5edc5e1 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -1101,7 +1101,7 @@ create_stdin () {
}
}
-static void
+static gboolean
control_socket(GIOChannel *chan) {
struct sockaddr_un remote;
char buffer[512], *ctl_line;
@@ -1152,7 +1152,7 @@ control_socket(GIOChannel *chan) {
*/
g_free(ctl_line);
- return;
+ return TRUE;
}
static gchar*