From 94b7e5a227b03fb4c77064a09da834a63286c4e8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 13 Aug 2010 22:06:38 -0700 Subject: Rename Null Output to No Output --- Alc/null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alc/null.c b/Alc/null.c index 4357a5ca..ad3d3f6a 100644 --- a/Alc/null.c +++ b/Alc/null.c @@ -38,7 +38,7 @@ typedef struct { } null_data; -static const ALCchar nullDevice[] = "Null Output"; +static const ALCchar nullDevice[] = "No Output"; static ALuint NullProc(ALvoid *ptr) { -- cgit v1.2.3