diff options
Diffstat (limited to '')
-rw-r--r-- | src/api.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ enum sc_return sc_query_google (const char * s, /* breaking change: changed retu rs = SC_EMPTYRESPONSE; goto rc; } - if (!strstr(txtdoc, "In the meantime, solving the above CAPTCHA will let you continue")) { + if (strstr(txtdoc, "In the meantime, solving the above CAPTCHA will let you continue")) { rs = SC_CAPTCHA; goto rc; } |