X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.cpp;h=977e925320897801e9ce18f23d02eeb8aa55e787;hb=2136446c0d38d00a651d3eb665ee564b18f94b28;hp=b647d5eb123230e34b826ced52cf6f6f30f2f33b;hpb=5da604521611a960140b58a2fb0f236c65610b70;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