Skip to content

Commit

Permalink
[svn] Fixed comment.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Mar 22, 2008
1 parent c5b07d9 commit af52cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader.c
Expand Up @@ -763,7 +763,7 @@ static void emit_D3D_opcode_ss(Context *ctx, const char *opcode)
const char *src1 = make_D3D_sourcearg_string(ctx, 1);
opcode = lowercase(get_scratch_buffer(ctx), opcode);
output_line(ctx, "%s %s, %s", opcode, src0, src1);
} // emit_D3D_opcode_s
} // emit_D3D_opcode_ss


static void emit_D3D_opcode_ds(Context *ctx, const char *opcode)
Expand Down

0 comments on commit af52cce

Please sign in to comment.