diff options
author | Chris Robinson <[email protected]> | 2010-08-13 22:06:38 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-08-13 22:06:38 -0700 |
commit | 94b7e5a227b03fb4c77064a09da834a63286c4e8 (patch) | |
tree | 0d4c58d18fded0dca12b98903696326c935337e8 /Alc | |
parent | 928572d384518858c9f7fa0e6c1ae445a943567d (diff) |
Rename Null Output to No Output
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/null.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |