Update main.cpp

Make this less wordy and remove title case, and also add a hyphen for "non-commercial"
This commit is contained in:
Derek "Turtle" Roe 2021-03-12 03:29:59 -06:00
parent 5d0d9927b1
commit 21756c6070
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ int main (int argc, char *argv[])
if (PDNameSections.size() > 0)
{
fprintf(fp,"//================ PD ================\n");
fprintf(fp,"//\n// ROMs below are public domain/homebrew and other non-commercial releases\n\n");
fprintf(fp,"//\n// ROMs below are public domain, homebrew, and other non-commercial ROMs\n\n");
for (strmap::iterator itr = PDNameSections.begin(); itr != PDNameSections.end(); itr++)
{
std::string GoodName = itr->first;