mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
fix stupid typo in previous commit
This commit is contained in:
parent
a8ee1c2d63
commit
8687265c9a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user