diff options
Diffstat (limited to 'docs/process/coding-guidelines.rst')
-rw-r--r-- | docs/process/coding-guidelines.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/process/coding-guidelines.rst b/docs/process/coding-guidelines.rst index 856882b5f..930f76c8c 100644 --- a/docs/process/coding-guidelines.rst +++ b/docs/process/coding-guidelines.rst @@ -292,7 +292,7 @@ of the size of an array is the same. If ``MY_STRUCT_SIZE`` in the above example were wrong then the compiler would emit an error like this: -.. code:: c +:: my_struct.h:10:1: error: size of array ‘assert_my_struct_size_mismatch’ is negative |