r -> ret
This commit is contained in:
parent
a313e0be66
commit
596c65c745
@ -89,9 +89,9 @@ prompt_input(const char *prompt, char *input, const size_t max_input_len,
|
|||||||
* Display whether the function was sucessful or failed.
|
* Display whether the function was sucessful or failed.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
print_verification(int r)
|
print_verification(int ret)
|
||||||
{
|
{
|
||||||
if (r == 0)
|
if (ret == 0)
|
||||||
puts("Success!\n");
|
puts("Success!\n");
|
||||||
else
|
else
|
||||||
puts("Failure.\n");
|
puts("Failure.\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user