mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03:00
unit1604: Fix unit setup return code
This commit is contained in:
parent
9b6598ed08
commit
a6208704e7
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
static CURLcode unit_setup(void)
|
||||
{
|
||||
return SANITIZE_ERR_OK;
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
||||
static void unit_stop(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue