From 4f72da00054cb25994c542c33c9a3e8c53343c28 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 7 Oct 2013 09:54:35 -0700 Subject: Return only true or false from the source getters and setters --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index cfe30f47..b4df28ca 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -889,7 +889,7 @@ void FillCPUCaps(ALuint capfilter); return; \ } while(0) -#define SET_ERROR_AND_RETURN_VAL(ctx, err, val) do { \ +#define SET_ERROR_AND_RETURN_VALUE(ctx, err, val) do { \ alSetError((ctx), (err)); \ return (val); \ } while(0) -- cgit v1.2.3