# HG changeset patch # User Eric Wing # Date 1301957842 25200 # Node ID 7709c21454351b81fc87429af8d74e6956bd7523 # Parent 28cf147266068705394de3cf9f13fa48854492e4 Fixed for omitted return value. diff -r 28cf14726606 -r 7709c2145435 ALmixer.c --- 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