mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Fixes copy/paste error in comment
This commit is contained in:
parent
4839044063
commit
87265897e1
@ -566,7 +566,7 @@ astring *astring_tolower(astring *str)
|
||||
{
|
||||
char *text;
|
||||
|
||||
/* just toupper() on all characters */
|
||||
/* just tolower() on all characters */
|
||||
for (text = str->text; *text != 0; text++)
|
||||
*text = tolower(*text);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user