Update main.cpp
Make this less wordy and remove title case, and also add a hyphen for "non-commercial"
This commit is contained in:
parent
5d0d9927b1
commit
21756c6070
|
@ -326,7 +326,7 @@ int main (int argc, char *argv[])
|
||||||
if (PDNameSections.size() > 0)
|
if (PDNameSections.size() > 0)
|
||||||
{
|
{
|
||||||
fprintf(fp,"//================ PD ================\n");
|
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++)
|
for (strmap::iterator itr = PDNameSections.begin(); itr != PDNameSections.end(); itr++)
|
||||||
{
|
{
|
||||||
std::string GoodName = itr->first;
|
std::string GoodName = itr->first;
|
||||||
|
|
Loading…
Reference in New Issue