Skip to content

Commit

Permalink
Patched to compile (thanks, Alexander!).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 2, 2012
1 parent ebb8431 commit 56f82d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/finderrors.c
Expand Up @@ -131,7 +131,7 @@ static int do_file(const char *profile, const char *dname, const char *fn, int *
MOJOSHADER_glDeleteShader(shader);
}
#else
const MOJOSHADER_parseData *pd = MOJOSHADER_parse(profile, buf, rc, NULL, 0, NULL, NULL, NULL);
const MOJOSHADER_parseData *pd = MOJOSHADER_parse(profile, buf, rc, NULL, 0, NULL, 0, NULL, NULL, NULL);
if (pd->error_count == 0)
report("PASS: %s\n", fname);
else
Expand Down

0 comments on commit 56f82d0

Please sign in to comment.