mirror of
https://github.com/glfw/glfw.git
synced 2024-11-29 07:34:35 +00:00
Formatting.
This commit is contained in:
parent
a18cd1b14c
commit
96267c8696
@ -109,7 +109,7 @@ static NSString* findAppName(void)
|
||||
char** progname = _NSGetProgname();
|
||||
if (progname && *progname)
|
||||
{
|
||||
// TODO: UTF8?
|
||||
// TODO: UTF-8?
|
||||
return [NSString stringWithUTF8String:*progname];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user