Skip to content

Commit

Permalink
Minor cosmetic tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 30, 2003
1 parent c3ebe9f commit f22dfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archivers/qpak.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit f22dfbf

Please sign in to comment.