Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3533 → Rev 3532

/programs/media/ac97snd/ac97snd/ac97wav.c
1278,7 → 1278,7
 
 
///*********
void *__cdecl memmove ( void * dst, const void * src, unsigned int count) /* uFMOD integration */
void *memmove ( void * dst, void * src, unsigned int count) /* uFMOD integration */
{ void *ret;
ret = dst;