SCI: Add missing new line
svn-id: r54189
This commit is contained in:
parent
9d1006c7a3
commit
dc02bd2b4e
1 changed files with 1 additions and 1 deletions
|
@ -2705,7 +2705,7 @@ bool Console::cmdFindKernelFunctionCall(int argc, const char **argv) {
|
||||||
int kernelFuncNum = _engine->getKernel()->findKernelFuncPos(argv[1]);
|
int kernelFuncNum = _engine->getKernel()->findKernelFuncPos(argv[1]);
|
||||||
|
|
||||||
if (kernelFuncNum < 0) {
|
if (kernelFuncNum < 0) {
|
||||||
DebugPrintf("Invalid kernel function requested");
|
DebugPrintf("Invalid kernel function requested\n");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue