Minor cosmetic tweak.

This commit is contained in:
Ryan C. Gordon 2003-03-30 20:46:25 +00:00
parent c3ebe9f352
commit f22dfbf214
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ static QPAKentry *qpak_findEntry(QPAKdirectory *root, const char *name)
{
QPAKdirectory *dir = NULL;
QPAKdirentry *thisFile = NULL;
const char *t = strrchr (name, '/');
const char *t = strrchr(name, '/');
if (t == NULL)
{