diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-10 00:04:59 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-10 00:04:59 +0000 |
| commit | 09b52df12a0dc938bdd9b4c2d36a1d13af88ca50 (patch) | |
| tree | f83efe15234716a8bf0afba10334bf5d7d4143f2 /macosx/PcsxrController.h | |
| parent | 0fd6f9301c3d3d568fb58251bb1c38da576701a2 (diff) | |
| download | pcsxr-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-x | macosx/PcsxrController.h | 2 |
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> |
