From 86898be87d24991e48d783b3e20696ff1ce62abc Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 10 Oct 2007 09:14:07 +0000 Subject: Fix warning caused by previous patch --- audio/a2dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/a2dp.c b/audio/a2dp.c index e2aeedfd..b6f0c627 100644 --- a/audio/a2dp.c +++ b/audio/a2dp.c @@ -683,7 +683,7 @@ static gboolean suspend_ind(struct avdtp *session, struct avdtp_local_sep *sep, if (a2dp_sep->suspend_timer) { g_source_remove(a2dp_sep->suspend_timer); - a2dp_sep->suspend_timer = NULL; + a2dp_sep->suspend_timer = 0; } return TRUE; -- cgit