stk: Minor style fix

This commit is contained in:
Denis Kenzior 2010-11-23 03:08:56 -06:00
parent 55e1ca2e1c
commit 5774e9fa53
1 changed files with 1 additions and 1 deletions

View File

@ -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)