From d1d8c8a66d77afc1e7eb01ee159019325cffe77c Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 28 Sep 2012 00:12:50 +0000 Subject: Fix missing return statement. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80046 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrPlugin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/PcsxrPlugin.m b/macosx/PcsxrPlugin.m index f286d99b..b1d5a8e6 100644 --- a/macosx/PcsxrPlugin.m +++ b/macosx/PcsxrPlugin.m @@ -35,7 +35,7 @@ case PSE_LT_SPU: case PSE_LT_PAD: case PSE_LT_NET: - [NSString stringWithFormat:@"Plugin%@", [PcsxrPlugin prefixForType:aType]]; + return [NSString stringWithFormat:@"Plugin%@", [PcsxrPlugin prefixForType:aType]]; break; default: return @""; -- cgit v1.2.3