summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api.c b/src/api.c
index 1a8c85a..a48613f 100644
--- a/src/api.c
+++ b/src/api.c
@@ -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;
}