mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-16 12:53:14 +01:00
Removed superfluous newline in log message.
This commit is contained in:
@@ -2685,7 +2685,7 @@ DValue* FuncExp::toElem(IRState* p)
|
||||
assert(fd);
|
||||
|
||||
if (fd->isNested()) Logger::println("nested");
|
||||
Logger::println("kind = %s\n", fd->kind());
|
||||
Logger::println("kind = %s", fd->kind());
|
||||
|
||||
fd->codegen(Type::sir);
|
||||
assert(fd->ir.irFunc->func);
|
||||
|
||||
Reference in New Issue
Block a user