From: Roy Marples Date: Tue, 16 Dec 2008 16:31:38 +0000 (+0000) Subject: Typo. X-Git-Tag: v5.0.0~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63bce4d48e5f0e3ad04ff79d402c74aea6bdd88f;p=thirdparty%2Fdhcpcd.git Typo. --- diff --git a/common.c b/common.c index ed311c97..b13b467c 100644 --- a/common.c +++ b/common.c @@ -330,7 +330,7 @@ xstrdup(const char *str) { char *value; - if (str = NULL) + if (str == NULL) return NULL; if ((value = strdup(str)) != NULL)