Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7175 → Rev 7176

/programs/media/ac97snd/ac97snd/ac97wav.c
497,6 → 497,7
 
void ExitInHiddenMode()
{
status = ST_EXIT; //send message to second process about exit
uFMOD_StopSong();
StopBuffer(hBuff);
DestroyBuffer(hBuff);
706,7 → 707,7
 
if (!LoadFile(full_filename))
return 0;
tid=create_thread(thread_proc, 0, 4096);
if (!hidden) tid=create_thread(thread_proc, 0, 4096);
while(1)
{ delay(10);