diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-24 10:33:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-24 10:33:14 +0000 |
commit | 4f59b684a6470d4dc337cc7abca662347039c8c6 (patch) | |
tree | 4b6e2c7e6d7a3107303d7f20fbcbf15bf253c7b4 /libavcodec/mem.c | |
parent | 12943a53b59994d88ec69a6759adc1fa13312870 (diff) | |
download | ffmpeg-4f59b684a6470d4dc337cc7abca662347039c8c6.tar.gz |
Remove all stray tabs and trailing whitespace, this time for good.
Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mem.c')
-rw-r--r-- | libavcodec/mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mem.c b/libavcodec/mem.c index 51cc11ef0d..141da270b1 100644 --- a/libavcodec/mem.c +++ b/libavcodec/mem.c @@ -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) |