diff bitstream.c @ 5409:13d52b7647a0 libavcodec

Ahem, fix typos overlooked in last commit.
author diego
date Sat, 28 Jul 2007 12:50:28 +0000
parents 20bea6a9950c
children 6335f2688c04
line wrap: on
line diff
--- a/bitstream.c	Sat Jul 28 12:46:26 2007 +0000
+++ b/bitstream.c	Sat Jul 28 12:50:28 2007 +0000
@@ -36,7 +36,7 @@
  * @param[in] ptr The block of memory to reallocate.
  * @param[in] size The requested size.
  * @return Block of memory of requested size.
- * @deprecated. Code which uses ff_realloc_static is broken/misdesigned.
+ * @deprecated. Code which uses ff_realloc_static is broken/misdesigned
  * and should correctly use static arrays
  */
 attribute_deprecated void *ff_realloc_static(void *ptr, unsigned int size);