no tabs in code!

This commit is contained in:
jeefo 2015-12-30 09:19:05 +03:00
commit d991030145
3 changed files with 11 additions and 11 deletions

View file

@ -960,7 +960,7 @@ extern bool OpenConfig(const char *fileName, const char *errorIfNotExists, File
const char *GetWaypointDir (void)
{
return FormatBuffer ("%s/addons/yapb/data/", GetModName ());
return FormatBuffer ("%s/addons/yapb/data/", GetModName ());
}
extern void RegisterCommand(const char *command, void funcPtr (void))