Add missing newline
This commit is contained in:
parent
44525e56a9
commit
b740153d92
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue