Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3532 → Rev 3533

/programs/media/ac97snd/ac97snd/ac97wav.c
1278,7 → 1278,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;