summaryrefslogtreecommitdiffstats
path: root/gatchat/gatmux.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-07-15 20:06:43 -0300
committerMarcel Holtmann <marcel@holtmann.org>2012-07-15 20:14:12 -0300
commit17828ce9c91c094cd736e7ae28f889b307be6365 (patch)
tree0f94f7687af7327b114d788d39a1b8eeedc22519 /gatchat/gatmux.c
parent9077c0bf7f2b3e0448da5bddfbb26c11f4ef7d7d (diff)
downloadofono-17828ce9c91c094cd736e7ae28f889b307be6365.tar.bz2
gatchat: Avoid shadowing variables
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;