Skip to content

Commit

Permalink
Fix t8 in scobalula_wnigen.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 authored Mar 7, 2025
1 parent 5558d77 commit a275cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acts/tools/compatibility/scobalula_wnigen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ namespace {
case hash::Hash64("t8"):
case hash::Hash64("t9"):
case hash::Hash64("t89"):
alg |= ALG_SCR_T7;
alg |= ALG_SCR_T8,
break;
case hash::Hash64("t10"):
alg |= ALG_SCR_T10;
Expand Down

0 comments on commit a275cd0

Please # to comment.