Added to a comment.

This commit is contained in:
Deathsbreed 2014-11-03 11:50:05 -06:00
parent 165213a1ad
commit 0e63f6af23

View File

@ -30,7 +30,7 @@ void printAllCopyright();
void printWarranty();
/* Function prototypes end */
// Main function
// Main function:
int main(int argc, char **argv) {
// If inappropriate number of arguments
if(argc < 2 || argc > 3) { // If inappropriate number of arguments (number required = 2)