Skip to content

Commit

Permalink
YAYA does not require () in if statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat committed Nov 22, 2023
1 parent 498ee08 commit d4880d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaya_base/shiori3.dic
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ FUNCTIONLOAD
// 相手のCharsetに合わせる
_i = 0
foreach var.lib.key; _key {
if (_key == 'Charset') {
if _key == 'Charset' {
void CHARSETLIBEX(_argv[0], var.lib.value[_i])
break
}
Expand Down

0 comments on commit d4880d5

Please sign in to comment.