diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-10 10:21:32 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-10 10:21:32 -0400 |
| commit | aebce1e48e81559ffe5f496af855a1140d8e0107 (patch) | |
| tree | 4ae6a60e627e26a8cf748fef80de8929ddd2e83e /docs/application/buffer.md | |
| parent | 2ed2fbbc6f233f8aedf14e5d064451c3dea90d87 (diff) | |
rename shared qualifier to gc
Diffstat (limited to 'docs/application/buffer.md')
| -rw-r--r-- | docs/application/buffer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/application/buffer.md b/docs/application/buffer.md index 230c2d6..f8dff41 100644 --- a/docs/application/buffer.md +++ b/docs/application/buffer.md @@ -9,7 +9,7 @@ typedef struct _kpl_buffer { POOL_HEADER(_kpl_buffer); uint32_t byte_length; kpl_interface *interface; - uint8_t bytes; + uint8_t bytes[]; } kpl_buffer; ``` |
