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