Skip to content

Commit de56092

Browse files
authored
Change code block language from C++ to cpp in "AddressSanitizer runtime" topic
1 parent efde89e commit de56092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sanitizers/asan-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ set ASAN_OPTIONS=alloc_dealloc_mismatch=1:symbolize=0
121121

122122
Or add the following function to your code:
123123

124-
```C++
124+
```cpp
125125
extern "C" const char* __asan_default_options()
126126
{
127127
return "alloc_dealloc_mismatch=1:symbolize=0";

0 commit comments

Comments
 (0)