mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
Cleanup of size_t use.
This commit is contained in:
committed by
Camilla Berglund
parent
b12c973922
commit
0463e196b4
+1
-1
@@ -668,7 +668,7 @@ static int translateKey(unsigned int key)
|
||||
//
|
||||
static NSString* findAppName(void)
|
||||
{
|
||||
unsigned int i;
|
||||
size_t i;
|
||||
NSDictionary* infoDictionary = [[NSBundle mainBundle] infoDictionary];
|
||||
|
||||
// Keys to search for as potential application names
|
||||
|
||||
Reference in New Issue
Block a user