call-volume: Minor coding style fix

This commit is contained in:
Jeevaka Badrappan 2010-11-26 13:21:06 -08:00 committed by Denis Kenzior
parent 2151ac0d5c
commit 364309b9db
1 changed files with 1 additions and 2 deletions

View File

@ -114,8 +114,7 @@ static DBusMessage *cv_get_properties(DBusConnection *conn,
dbus_bool_t muted;
reply = dbus_message_new_method_return(msg);
if (!reply)
if (reply == NULL)
return NULL;
dbus_message_iter_init_append(reply, &iter);