diff options
Diffstat (limited to 'src/doc/guide-pointers.md')
| -rw-r--r-- | src/doc/guide-pointers.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/guide-pointers.md b/src/doc/guide-pointers.md index 6492400a2cf..b920ffbdd1a 100644 --- a/src/doc/guide-pointers.md +++ b/src/doc/guide-pointers.md @@ -505,6 +505,7 @@ As being similar to this C code: { int *x; x = (int *)malloc(sizeof(int)); + *x = 5; // stuff happens |
