Remove all stray tabs and trailing whitespace, this time for good.

Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2006-01-24 10:33:14 +00:00
parent 12943a53b5
commit 4f59b684a6
8 changed files with 97 additions and 97 deletions

View File

@@ -119,7 +119,7 @@ void *av_realloc(void *ptr, unsigned int size)
/**
* Free memory which has been allocated with av_malloc(z)() or av_realloc().
* NOTE: ptr = NULL is explicetly allowed
* NOTE: ptr = NULL is explicetly allowed
* Note2: it is recommanded that you use av_freep() instead
*/
void av_free(void *ptr)