diff options
Diffstat (limited to 'base/res_list.hh')
-rw-r--r-- | base/res_list.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/res_list.hh b/base/res_list.hh index ee2ab28a2..c856c1226 100644 --- a/base/res_list.hh +++ b/base/res_list.hh @@ -685,7 +685,7 @@ res_list<T>::free_extras(void) } p = unused_elements.res_el_ptr(); - for(int i=0; i<to_free; ++i) { + for (int i=0; i<to_free; ++i) { res_element *q = p->next; delete p; |