Skip to content

Commit b15b5e4

Browse files
authored
Fix missing semicolon. (#14)
1 parent 7be1285 commit b15b5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XenosRecomp/shader_recompiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ void ShaderRecompiler::recompile(const uint8_t* shaderData, const std::string_vi
16461646
{
16471647
indent();
16481648
#ifdef UNLEASHED_RECOMP
1649-
print("[unroll] ")
1649+
print("[unroll] ");
16501650
#endif
16511651
println("for (aL = 0; aL < i{}.x; aL++)", uint32_t(cfInstr.loopStart.loopId));
16521652
indent();

0 commit comments

Comments
 (0)