mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-18 22:54:25 +01:00
gen: fixup unescaped \n in printwire declaration for tlvs
This commit is contained in:
committed by
Rusty Russell
parent
a385d1de4c
commit
97b938a469
@@ -1428,7 +1428,7 @@ print_master_tlv_template = """
|
||||
void print_tlv_message(const char *tlv_name, const u8 *msg)
|
||||
{{
|
||||
\t{tlv_switches}
|
||||
\tprintf("ERR: Unknown TLV message type: %s\n", tlv_name);
|
||||
\tprintf("ERR: Unknown TLV message type: %s\\n", tlv_name);
|
||||
}}
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user