Fix typo in Doxygen comments.

Originally committed as revision 8307 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Panagiotis Issaris 2007-03-09 15:18:07 +00:00
parent 4258a0a32a
commit 0d8f16acf9
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ char *av_strdup(const char *s);
/**
* 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);