diff --git a/docs/modules/cc_ring_array.rst b/docs/modules/cc_ring_array.rst index 49791ec8c..a02a0e509 100644 --- a/docs/modules/cc_ring_array.rst +++ b/docs/modules/cc_ring_array.rst @@ -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);