Commit 348fafcd authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winevulkan: Add a trailing linefeed to some FIXME() thunk messages.

parent 9338531e
......@@ -2392,7 +2392,7 @@ class StructConversionFunction(object):
body += " default:\n"
if self.direction == Direction.INPUT:
body += ident + "FIXME(\"Unhandled sType %u.\", in_header->sType);\n"
body += ident + "FIXME(\"Unhandled sType %u.\\n\", in_header->sType);\n"
body += " break;\n"
body += " }\n"
body += " }\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment