fix stupid typo in previous commit

This commit is contained in:
Vincent Sanders 2018-10-08 12:33:58 +01:00
parent a8ee1c2d63
commit 8687265c9a

View File

@ -139,7 +139,7 @@ get_login_description(struct nsurl *url,
NSLOG(netsurf, INFO,
"key:%s url:%s realm:%s str:%s", key, url_s, realm, str);
if ((str != NULL) && (strcmp(key, str) != 0) {
if ((str != NULL) && (strcmp(key, str) != 0)) {
*out_str = str;
} else {
/* no message so fallback */