---
src/call-volume.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/call-volume.c b/src/call-volume.c
index 6411467..6f692f3 100644
--- a/src/call-volume.c
+++ b/src/call-volume.c
@@ -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);
--
1.7.0.4