X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fsettings.cpp;fp=src%2Fsettings.cpp;h=977e925320897801e9ce18f23d02eeb8aa55e787;hb=868fd551420e8b88e0bcf363c121e6e84a71b09a;hp=b647d5eb123230e34b826ced52cf6f6f30f2f33b;hpb=e1652c7f4e7e08d072489f9085ebfe5a9c65187e;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