Commit bc040cb3 authored by Martin Storsjö's avatar Martin Storsjö Committed by Mans Rullgard

applehttp: Fix a typo in a comment

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 68d875ad
...@@ -519,7 +519,7 @@ reload: ...@@ -519,7 +519,7 @@ reload:
c->max_start_seq - c->cur_seq_no); c->max_start_seq - c->cur_seq_no);
c->cur_seq_no = c->max_start_seq; c->cur_seq_no = c->max_start_seq;
} }
/* If more segments exit, open the next one */ /* If more segments exist, open the next one */
if (c->cur_seq_no < c->min_end_seq) if (c->cur_seq_no < c->min_end_seq)
goto start; goto start;
/* We've reached the end of the playlists - return eof if this is a /* We've reached the end of the playlists - return eof if this is a
......
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