Commit 0d8f16ac authored by Panagiotis Issaris's avatar Panagiotis Issaris

Fix typo in Doxygen comments.

Originally committed as revision 8307 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4258a0a3
...@@ -357,7 +357,7 @@ char *av_strdup(const char *s); ...@@ -357,7 +357,7 @@ char *av_strdup(const char *s);
/** /**
* Frees memory and sets the pointer to NULL. * Frees memory and sets the pointer to NULL.
* @param arg pointer to the pointer which should be freed * @param ptr pointer to the pointer which should be freed
*/ */
void av_freep(void *ptr); void av_freep(void *ptr);
......
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