diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/voicecall.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |