Skip to content

Commit 2aa6ab0

Browse files
committed
make gcc happier
1 parent 56f9a23 commit 2aa6ab0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

plugins/tailor.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,9 @@ class Tailor {
573573

574574
auto [_, n] = get_or_create_order(c, df::job_type::CustomReaction, -1, -1, 0, r->code);
575575
if (n > 0)
576+
{
576577
INFO(cycle).print("tailor: ordered %d %s\n", c, DF2CONSOLE(descr).c_str());
578+
}
577579
return n;
578580
}
579581

@@ -805,7 +807,9 @@ class Tailor {
805807
{
806808
int dyed = order_dye_cloth(to_dye);
807809
if (dyed > 0)
810+
{
808811
INFO(cycle).print("tailor: dyeing %d cloth\n", to_dye);
812+
}
809813
}
810814

811815
int dyes_to_make = available_dyes - to_dye;

0 commit comments

Comments
 (0)