diff --git a/Userland/Libraries/LibRegex/RegexDebug.h b/Userland/Libraries/LibRegex/RegexDebug.h index ebe25d8ddb..9a89eb2ba7 100644 --- a/Userland/Libraries/LibRegex/RegexDebug.h +++ b/Userland/Libraries/LibRegex/RegexDebug.h @@ -82,7 +82,7 @@ public: builder.appendff(", next ip: {}", state.instruction_position + opcode.size()); } - out(m_file, " | {:20}", builder.to_string()); + outln(m_file, " | {:20}", builder.to_string()); if (is(opcode)) { for (auto& line : to(opcode).variable_arguments_to_string(input)) {