mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:35:44 +01: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 New Issue
Block a user