mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 08:45:27 +00:00
- Added error exit code
This commit is contained in:
parent
e708e5c901
commit
13eb9f01cf
|
@ -153,6 +153,7 @@ int main( int argc, char *argv[] )
|
|||
list++;
|
||||
}
|
||||
printf("\n");
|
||||
ret = 1;
|
||||
goto exit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue