Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Oct 2, 2024
1 parent 2711b94 commit 73a8aa4
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 @@ -146,7 +146,7 @@ int main(int argc, argv_t* argv[]) {
int wsize = 0;

struct M3U8DownloadedStreams downloaded_streams = {0};
fprintf("%i\n", "00000");
printf("%i\n", "00000");
#if defined(_WIN32) && defined(_UNICODE)
wio_setunicode();
#endif
Expand Down

0 comments on commit 73a8aa4

Please sign in to comment.