diff options
-rw-r--r-- | docs/LanguageExtensions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index dd54cfff5c..014e2645d8 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -1957,7 +1957,7 @@ Clang implements two kinds of checks with this attribute. Another example: - .. code-block: c + .. code-block:: c __attribute__((__format__ (__printf__, 1, 3))) void foo(const char* s, char *buf, ...) { |