summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-09-28 00:52:28 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-09-28 00:52:28 +0000
commitc4002bba93d0dde91cf768ac07e875b008f7ae1f (patch)
treed9ba9a8e99bde8c78b7b9667ec8a00769b22c832
parentd1d8c8a66d77afc1e7eb01ee159019325cffe77c (diff)
downloadpcsxr-c4002bba93d0dde91cf768ac07e875b008f7ae1f.tar.gz
Minor spacing changes.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80047 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--macosx/PcsxrPlugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/PcsxrPlugin.h b/macosx/PcsxrPlugin.h
index 8a1116ab..63181135 100644
--- a/macosx/PcsxrPlugin.h
+++ b/macosx/PcsxrPlugin.h
@@ -13,12 +13,12 @@
void *pluginRef;
NSString *path;
- NSDate *modDate;
+ NSDate *modDate;
NSString *name;
NSString *fullPlugPath;
long version;
int type;
- int active;
+ int active;
}
+ (NSString *)prefixForType:(int)type;