Rename Null Output to No Output

This commit is contained in:
Chris Robinson
2010-08-13 22:06:38 -07:00
parent 928572d384
commit 94b7e5a227
+1 -1
View File
@@ -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)
{