small typo

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@369 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-04-12 00:05:18 +00:00
parent 938fef769c
commit 3cfac87cb4
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ return (to);
}
#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;