Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1842 → Rev 1843

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