Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7176 → Rev 7175

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