Skip to content

Commit

Permalink
Cut and paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 12, 2008
1 parent d49db27 commit 9e11e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_assembler.c
Expand Up @@ -1465,7 +1465,7 @@ static int parse_version_token(Context *ctx)
return fail(ctx, "Expected version string");

ctx->major_ver = major;
ctx->minor_ver = major;
ctx->minor_ver = minor;

if (require_endline(ctx) == FAIL)
return FAIL;
Expand Down

0 comments on commit 9e11e11

Please sign in to comment.