diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-01-07 15:03:23 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-01-07 15:03:23 +0200 |
commit | ddb7d14acf5a3c125ed5963f8cc3a3fbebd92b43 (patch) | |
tree | 25f8fd2444d18b8e2ae75b99c750641b977e6096 | |
parent | e69d5b35185123db472eecf54e18673b99f14d2f (diff) |
Remove double semicolon
-rw-r--r-- | audio/telephony-maemo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |