Skip to content

Commit

Permalink
Example
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Aug 29, 2024
1 parent 6230766 commit e559d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reader_sender.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ int main(int argc, const char* argv[])
}
}

if (done != 2) {
if (done2 != 2) {
/*
* This stops the stream, loop again until it's stopped.
*/
Expand Down

0 comments on commit e559d1b

Please sign in to comment.