From ddb7d14acf5a3c125ed5963f8cc3a3fbebd92b43 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 7 Jan 2009 15:03:23 +0200 Subject: Remove double semicolon --- audio/telephony-maemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index bb61f600..717b60f8 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -1518,7 +1518,7 @@ static void hal_find_device_reply(DBusPendingCall *call, void *user_data) { DBusError err; DBusMessage *reply; - DBusMessageIter iter, sub;; + DBusMessageIter iter, sub; const char *path; char match_string[256]; int type; -- cgit