stk: Minor style fix
authorDenis Kenzior <denkenz@gmail.com>
Tue, 23 Nov 2010 09:08:56 +0000 (03:08 -0600)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 23 Nov 2010 09:08:56 +0000 (03:08 -0600)
src/stk.c

index 222d4ba..ac2e646 100644 (file)
--- a/src/stk.c
+++ b/src/stk.c
@@ -303,7 +303,7 @@ static char *dbus_apply_text_attributes(const char *text,
        const uint8_t *j = attr->attributes;
        const uint8_t *end = j + attr->len;
 
-       if (!text)
+       if (text == NULL)
                return NULL;
 
        if (attr->len & 3)