diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index dd54cfff5c8589154283cb963548c4ffb3786019..014e2645d86bc8c14a50ae8f5e43e7fb80298073 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, ...) {