X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.cpp;h=b1f864fbdea01179801e0920f706b853a4de1ca7;hb=6f25f63a18153bc2adc49c5f9a3862c2760716df;hp=b647d5eb123230e34b826ced52cf6f6f30f2f33b;hpb=f548beede257a2252a2639e3fe03c7cda99433ed;p=virtualjaguar diff --git a/src/settings.cpp b/src/settings.cpp index b647d5e..b1f864f 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -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 +// JLH = James Hammons // // 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