add missing param to main documentation

This commit is contained in:
Chris Cromer 2021-06-27 15:28:36 -04:00
parent 8ad820c9fc
commit e951ccb7ee
1 changed files with 1 additions and 0 deletions

View File

@ -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) {