Mercurial > mplayer.hg
changeset 368:22d2004b721e
small typo
author | arpi_esp |
---|---|
date | Thu, 12 Apr 2001 00:05:18 +0000 |
parents | e8f105f56004 |
children | b1a706452eeb |
files | libvo/fastmemcpy.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/fastmemcpy.h Wed Apr 11 23:22:15 2001 +0000 +++ b/libvo/fastmemcpy.h Thu Apr 12 00:05:18 2001 +0000 @@ -27,7 +27,7 @@ } #else //inline static void *__memcpy_mmx2(void *to, const void *from, unsigned len) -inline static void * memcpy(void * to, const void * from, unsigned n) +inline static void * memcpy(void * to, const void * from, unsigned len) { void *p; int i;