Update comment

This commit is contained in:
Abdelrahman Said 2023-09-23 22:44:13 +01:00
parent b1b90bc6f5
commit b7d33de2d7

View File

@ -20,7 +20,7 @@ int main(int argc, char *argv[]) {
switch (argc) { switch (argc) {
case 3: case 3:
waves = atol(argv[2]); waves = atol(argv[2]);
// break left intentionally // break left out intentionally
case 2: case 2:
filename = argv[1]; filename = argv[1];
break; break;