minor changes to argument panicking

This commit is contained in:
2024-07-18 22:48:03 -04:00
parent 4492f6c27f
commit e0a6eb28c1

View File

@ -165,7 +165,7 @@ void panic_args(feature panic) {
break; break;
} }
} else if (panic & FEATURE_PANIC_SEED) { } else if (panic & FEATURE_PANIC_SEED) {
cerr << "Invalid seed" << endl; cerr << "Invalid seed!" << endl;
} else } else
cerr << "Something must have went really, really, wrong..." cerr << "Something must have went really, really, wrong..."
<< endl; << endl;