mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
libs/vkd3d-shader: Remove double semicolons.
This commit is contained in:
parent
6478dea0d1
commit
9725eb3763
@ -3391,7 +3391,7 @@ static void vkd3d_dxbc_compiler_emit_return(struct vkd3d_dxbc_compiler *compiler
|
|||||||
{
|
{
|
||||||
struct vkd3d_spirv_builder *builder = &compiler->spirv_builder;
|
struct vkd3d_spirv_builder *builder = &compiler->spirv_builder;
|
||||||
uint32_t void_id, function_id, arguments[MAX_REG_OUTPUT];
|
uint32_t void_id, function_id, arguments[MAX_REG_OUTPUT];
|
||||||
unsigned int i, count;;
|
unsigned int i, count;
|
||||||
|
|
||||||
if ((function_id = compiler->output_setup_function_id))
|
if ((function_id = compiler->output_setup_function_id))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user