From 949b0bc5002cd94dcbf37ef23f6c32d41d62c704 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 13 Oct 2012 20:39:01 +0000 Subject: Fixing naming convention on a Cocoa function. Fixing string format in a Cocoa string. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80390 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PluginList.m | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'macosx/PluginList.m') diff --git a/macosx/PluginList.m b/macosx/PluginList.m index 7f340f65..72ec6aa0 100644 --- a/macosx/PluginList.m +++ b/macosx/PluginList.m @@ -153,7 +153,7 @@ const static int typeList[5] = {PSE_LT_GPU, PSE_LT_SPU, PSE_LT_CDR, PSE_LT_PAD, NSUInteger i; // verify that the ones that are in list still works - for (i=0; i<[pluginList count]; i++) { + for (i=0; i < [pluginList count]; i++) { if (![[pluginList objectAtIndex:i] verifyOK]) { [pluginList removeObjectAtIndex:i]; i--; } @@ -183,13 +183,13 @@ const static int typeList[5] = {PSE_LT_GPU, PSE_LT_SPU, PSE_LT_CDR, PSE_LT_PAD, // check the we have the needed plugins missingPlugins = NO; - for (i=0; i