Re-word a comment to be more general and make more sense
This commit is contained in:
parent
dcef4902d3
commit
4b240ad0ba
|
@ -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 PD/Intros/Emus and other Non Commercial\n\n");
|
fprintf(fp,"//\n// ROMs below are public domain/homebrew and other non-commercial releases\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