Changed return comment for main function.

This commit is contained in:
Kranklyboy 2018-04-15 20:56:03 +02:00
parent 1386fb8665
commit f5edadebb6

View File

@ -332,7 +332,7 @@ static int checkCoords(uint16_t msg)
* and finishes it appropriately.
* @param argc The count of commandline arguments.
* @param argv The array of commandline arguments.
* @return 0 on success. 1 on failure.
* @return 0 on success. Non-zero on failure.
*/
int main(int argc, char *argv[])
{