aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-08-13 22:06:38 -0700
committerChris Robinson <[email protected]>2010-08-13 22:06:38 -0700
commit94b7e5a227b03fb4c77064a09da834a63286c4e8 (patch)
tree0d4c58d18fded0dca12b98903696326c935337e8 /Alc
parent928572d384518858c9f7fa0e6c1ae445a943567d (diff)
Rename Null Output to No Output
Diffstat (limited to 'Alc')
-rw-r--r--Alc/null.c2
1 files changed, 1 insertions, 1 deletions
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)
{