Commit a0112f4b authored by Jean-Paul Saman's avatar Jean-Paul Saman

vlc_block.h: typo in comment

parent aefa6eeb
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
* - p_buffer: pointer over datas. You should never overwrite it, you can * - p_buffer: pointer over datas. You should never overwrite it, you can
* only incremment it to skip datas, in others cases use block_Realloc * only incremment it to skip datas, in others cases use block_Realloc
* (don't duplicate yourself in a bigger buffer, block_Realloc is * (don't duplicate yourself in a bigger buffer, block_Realloc is
* optimised for prehader/postdatas increase) * optimised for preheader/postdatas increase)
****************************************************************************/ ****************************************************************************/
typedef struct block_sys_t block_sys_t; typedef struct block_sys_t block_sys_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment