]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/settings.cpp
Fixed IMASK access in DSP & GPU, more CPU browser refinements.
[virtualjaguar] / src / settings.cpp
index b647d5eb123230e34b826ced52cf6f6f30f2f33b..b1f864fbdea01179801e0920f706b853a4de1ca7 100644 (file)
@@ -1,10 +1,10 @@
 //
 // SETTINGS.CPP: Virtual Jaguar configuration loading/saving support
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2010 Underground Software
 //
-// JLH = James L. Hammons <jlhamm@acm.org>
+// JLH = James Hammons <jlhamm@acm.org>
 //
 // Who  When        What
 // ---  ----------  -------------------------------------------------------------
@@ -124,4 +124,4 @@ void CheckForTrailingSlash(char * path)
                if (path[strlen(path) - 1] != '/')
                        strcat(path, "/");      // NOTE: Possible buffer overflow
 }
-#endif
\ No newline at end of file
+#endif