Commit cfaad1e4 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo.

parent 71fce4f8
...@@ -81,7 +81,7 @@ flush_source(struct source *src) ...@@ -81,7 +81,7 @@ flush_source(struct source *src)
if(srcs == src) { if(srcs == src) {
srcs = src->next; srcs = src->next;
} else { } else {
struct source *previous = src; struct source *previous = srcs;
while(previous->next != src) while(previous->next != src)
previous = previous->next; previous = previous->next;
previous->next = src->next; previous->next = src->next;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment