Skip to content

Commit

Permalink
Add missing semicolon to ring array example code in documentation. (t…
Browse files Browse the repository at this point in the history
  • Loading branch information
synecdoche authored and thinkingfish committed Feb 5, 2018
1 parent 9264bbb commit a0aafdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/cc_ring_array.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Hello World! with ccommon ``ring_array``:
if (status != CC_OK) {
printf("Could not pop entire message!");
exit(1)
exit(1);
}
printf("%c", c);
Expand Down

0 comments on commit a0aafdf

Please sign in to comment.