From 8687265c9a2f26a0ee40f80366d4f17a3d600fac Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 8 Oct 2018 12:33:58 +0100 Subject: fix stupid typo in previous commit --- frontends/gtk/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends') diff --git a/frontends/gtk/login.c b/frontends/gtk/login.c index c8ec550fd..02951aa3f 100644 --- a/frontends/gtk/login.c +++ b/frontends/gtk/login.c @@ -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 */ -- cgit v1.2.3