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