unit1604: Fix unit setup return code

This commit is contained in:
Jay Satiro
2016-02-05 13:37:39 -05:00
parent 9b6598ed08
commit a6208704e7

View File

@@ -32,7 +32,7 @@
static CURLcode unit_setup(void) static CURLcode unit_setup(void)
{ {
return SANITIZE_ERR_OK; return CURLE_OK;
} }
static void unit_stop(void) static void unit_stop(void)