]> Shamusworld >> Repos - rln/blobdiff - rln.h
This Time For Sure :-P
[rln] / rln.h
diff --git a/rln.h b/rln.h
index 2e2946387d631bb1aa821d0ea70536594020f6a7..c542202db3701d4049e7554b2b027cce7fc42bbc 100644 (file)
--- a/rln.h
+++ b/rln.h
 #define PATCH   1                      // Patch release number
 
 #ifdef WIN32
-#define PLATFORM     "Win32"                    // Release platform - Windows
+#define PLATFORM     "Win32"           // Release platform - Windows
 #else
 #ifdef __GCCUNIX__
-#define PLATFORM     "OSX/Linux"                // Release platform - MAC OSX or Linux
+#define PLATFORM     "OSX/Linux"       // Release platform - MAC OSX or Linux
 #else
-#define PLATFORM     "Unknown"                  // Release platform - Not Specified
+#define PLATFORM     "Unknown"         // Release platform - Not Specified
 #endif
 #endif