(svn r2898) Fix typo in r2897
authortron
Sun, 28 Aug 2005 10:59:34 +0000
changeset 2372 f751e366f618
parent 2371 fafe059a4472
child 2373 f06403621870
(svn r2898) Fix typo in r2897
sound.c
--- a/sound.c	Sat Aug 27 20:54:48 2005 +0000
+++ b/sound.c	Sun Aug 28 10:59:34 2005 +0000
@@ -38,6 +38,7 @@
 	if (fe == NULL) {
 		_file_count = 0;
 		_files = NULL;
+		return;
 	}
 
 	_file_count = count;