diff options
Diffstat (limited to 'src/JSystem/JAudio2/JAIStream.cpp')
| -rw-r--r-- | src/JSystem/JAudio2/JAIStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/JAudio2/JAIStream.cpp b/src/JSystem/JAudio2/JAIStream.cpp index e4a0c7dd4e..f228347d26 100644 --- a/src/JSystem/JAudio2/JAIStream.cpp +++ b/src/JSystem/JAudio2/JAIStream.cpp @@ -251,7 +251,7 @@ JAISoundChild* JAIStream::getChild(int index) { if (children_[index] == NULL) { children_[index] = new JAISoundChild(); if (children_[index] == NULL) { - JUT_WARN(370, "%s", "JASPoolAllocObject::<JAISoundChild>::operator new failed .") + JUT_WARN(370, "%s", "JASPoolAllocObject::<JAISoundChild>::operator new failed .\n") } } return children_[index]; |
