add missing param to main documentation
This commit is contained in:
parent
8ad820c9fc
commit
e951ccb7ee
@ -19,6 +19,7 @@
|
||||
/**
|
||||
* The main entry point to the program.
|
||||
* @param argc The number of arguments passed.
|
||||
* @param argv An array with the arguments passed.
|
||||
* @return Returns 0 on success or an error code on failure.
|
||||
*/
|
||||
int main(int argc, char **argv) {
|
||||
|
Loading…
Reference in New Issue
Block a user