Skip to content

Commit

Permalink
Logic error due to second-guessing design.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 10, 2008
1 parent f8374ba commit d672bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_assembler.c
Expand Up @@ -1040,7 +1040,7 @@ static int parse_args_D(Context *ctx)
{
int retval = 1;
retval += parse_destination_token(ctx, &ctx->dest_arg);
return isfail(ctx) ? FAIL : NOFAIL;
return isfail(ctx) ? FAIL : retval;
} // parse_args_D


Expand Down

0 comments on commit d672bd2

Please sign in to comment.