diff options
Diffstat (limited to 'content/en/docs')
-rw-r--r-- | content/en/docs/Contributions/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/docs/Contributions/_index.md b/content/en/docs/Contributions/_index.md index 46d3fa7..37369fb 100644 --- a/content/en/docs/Contributions/_index.md +++ b/content/en/docs/Contributions/_index.md @@ -46,7 +46,7 @@ ptr = malloc(sizeof(*ptr) * len); - When checking for invalid pointers use -``` +```C if (ptr == NULL) ``` instead of |