Add missing newline

This commit is contained in:
Gunter Labes 2021-05-08 16:20:34 +02:00 committed by GitHub
parent 44525e56a9
commit b740153d92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -339,6 +339,6 @@ namespace lua_audio {
lua_pushstring(L, Track);
lua_setfield(L, -2, "__metatable");
return "Adding music playlist table...";
return "Adding music playlist table...\n";
}
}