diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-07-10 15:44:33 -0700 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-07-10 15:44:33 -0700 |
| commit | 9b576e1894e30f807007aa5f380fc313ef6d3d38 (patch) | |
| tree | 511999ba3133bdcd64c2a61c0963b1f58708b3e0 /main.c | |
| parent | 6ce7780334f505d69b48d52df09e386b26e2f474 (diff) | |
| download | cover-master.tar.gz | |
Diffstat (limited to 'main.c')
| -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) { |
