diff options
-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) { |