mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 12:37:35 +00:00
spelling: returns
Signed-off-by: Josh Soref <jsoref@gmail.com>
This commit is contained in:
parent
1d801260c6
commit
f3e65e7ba3
@ -472,6 +472,6 @@ int main(int argc, char *argv[])
|
|||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Call exit() directly on this function because it retuns an exit code. */
|
/* Call exit() directly on this function because it returns an exit code. */
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user