summaryrefslogtreecommitdiffstats
path: root/gatchat/gatmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatmux.c')
-rw-r--r--gatchat/gatmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatmux.c b/gatchat/gatmux.c
index 20224dc5..9beeece3 100644
--- a/gatchat/gatmux.c
+++ b/gatchat/gatmux.c
@@ -242,7 +242,7 @@ static void write_watcher_destroy_notify(gpointer user_data)
mux->write_watch = 0;
}
-static gboolean can_write_data(GIOChannel *channel, GIOCondition cond,
+static gboolean can_write_data(GIOChannel *chan, GIOCondition cond,
gpointer data)
{
GAtMux *mux = data;