Fixed return code...

This commit is contained in:
Jaroslav Kysela 1999-01-19 10:08:51 +00:00
parent 2580bda460
commit 2bf417af71

View file

@ -874,5 +874,5 @@ int soundcard_setup_process(int cardno)
ctlhandle = NULL; ctlhandle = NULL;
} }
} }
return 1; return 0;
} }