diff --git a/plugins/orders.cpp b/plugins/orders.cpp index 7fcefa745..12eb08640 100644 --- a/plugins/orders.cpp +++ b/plugins/orders.cpp @@ -1060,7 +1060,7 @@ static bool compare_type(df::manager_order *a, df::manager_order *b) { return enum_item_key(a->job_type) < enum_item_key(b->job_type); } - + // Compare item subtype bool a_has_item_subtype = (a->item_subtype != -1); bool b_has_item_subtype = (b->item_subtype != -1); @@ -1168,4 +1168,4 @@ static command_result orders_reset_command(color_ostream & out) it->status.bits.validated = false; } return CR_OK; -} \ No newline at end of file +}