From 6f983024a66ddb594eac5e4e808a8c3c51f6b6ff Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 3 Mar 2011 19:03:52 +0000 Subject: Fix more compiler warnings. --- Source/SPAppController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPAppController.m') diff --git a/Source/SPAppController.m b/Source/SPAppController.m index c0209fca..2f77b533 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -1852,7 +1852,7 @@ YY_BUFFER_STATE yy_scan_string (const char *); NSLocalizedString(@"Data Table", @"data table menu item label"), NSLocalizedString(@"General", @"general menu item label"),nil]; - NSInteger k = 0; + NSUInteger k = 0; BOOL bundleOtherThanGeneralFound = NO; for(NSString* scope in scopes) { -- cgit v1.2.3