changeset 34:7709c2145435

Fixed for omitted return value.
author Eric Wing <ewing@anscamobile.com>
date Mon, 04 Apr 2011 15:57:22 -0700
parents 28cf14726606
children 76a881923cfc
files ALmixer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ALmixer.c	Fri Apr 01 17:39:32 2011 -0700
+++ b/ALmixer.c	Mon Apr 04 15:57:22 2011 -0700
@@ -8506,7 +8506,7 @@
 
 	if(AL_FALSE == ALmixer_Initialized)
 	{
-		return;
+		return NULL;
 	}
 	
 	/* Rather than copying the data from struct to struct, I could just