summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-10 00:04:59 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-10 00:04:59 +0000
commit09b52df12a0dc938bdd9b4c2d36a1d13af88ca50 (patch)
treef83efe15234716a8bf0afba10334bf5d7d4143f2 /macosx/PcsxrController.h
parent0fd6f9301c3d3d568fb58251bb1c38da576701a2 (diff)
downloadpcsxr-09b52df12a0dc938bdd9b4c2d36a1d13af88ca50.tar.gz
minor code tweaks.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85949 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrController.h')
-rwxr-xr-xmacosx/PcsxrController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrController.h b/macosx/PcsxrController.h
index 8bf7b3c3..5330f382 100755
--- a/macosx/PcsxrController.h
+++ b/macosx/PcsxrController.h
@@ -8,7 +8,7 @@
@class ConfigurationController;
@class CheatController;
-void ShowHelpAndExit(FILE* output, int exitCode) __dead2;
+void ShowHelpAndExit(FILE* output, int exitCode);
void CloseEmuLog();
@interface PcsxrController : NSObject <NSApplicationDelegate>