diff options
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ int main(int argc, char* argv[]) { current_bucket = current_bucket->next; } } - if (!current_bucket) { + if (!current_bucket) { // TODO: unify this, with attach_set bucket* b = new_bucket(s, j); b->prev = head; if (head) { |
