Skip to content

Commit

Permalink
Patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 6, 2008
1 parent 77e0d84 commit 71a3f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finderrors.c
Expand Up @@ -94,7 +94,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, 0, 0, 0);
const MOJOSHADER_parseData *pd = MOJOSHADER_parse(profile, buf, rc, NULL, 0, NULL, NULL, NULL);
if (pd->error != NULL)
report("FAIL: %s %s\n", fname, pd->error);
else
Expand Down

0 comments on commit 71a3f21

Please sign in to comment.