From ab9d7cd2cb6d5a7749e65d10c2146dfd925b2188 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 8 Jul 2010 14:02:56 -0500 Subject: style: No initialization needed here --- src/voicecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/voicecall.c b/src/voicecall.c index b2bb41f5..a30aaa5b 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -175,7 +175,7 @@ static DBusMessage *voicecall_get_properties(DBusConnection *conn, DBusMessageIter dict; const char *status; const char *callerid; - const char *timestr = ""; + const char *timestr; reply = dbus_message_new_method_return(msg); -- cgit v1.2.3