Fixed another sort issue

This commit is contained in:
John Wiegley 2009-02-19 17:27:05 -04:00
parent 45e93d5f31
commit 7fb328707c

View file

@ -1444,7 +1444,7 @@ bool sort_value_is_less_than(const std::list<sort_value_t>& left_values,
assert(left_iter == left_values.end());
assert(right_iter == right_values.end());
return true;
return false;
}
} // namespace ledger