Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Oct 3, 2024
1 parent 7d074bd commit 23b3f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ int main(int argc, argv_t* argv[]) {
client = &stream.playlist.client;
printf("kkk %i\n", __LINE__);
err = m3u8httpclient_init(client);

printf("kkk %i\n", __LINE__);
if (err != M3U8ERR_SUCCESS) {
goto end;
}
Expand Down

0 comments on commit 23b3f7f

Please sign in to comment.