mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-28 11:24:21 +01:00
tools: fix comment in template.
It's (usually) a .csv not an _csv file. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* This file was generated by generate-wire.py */
|
||||
/* Do not modify this file! Modify the _csv file it was generated from. */
|
||||
/* Do not modify this file! Modify the .csv file it was generated from. */
|
||||
/* Original template can be found at tools/gen/impl_template */
|
||||
|
||||
#include <${header_filename}>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* This file was generated by generate-wire.py */
|
||||
/* Do not modify this file! Modify the _csv file it was generated from. */
|
||||
/* Do not modify this file! Modify the .csv file it was generated from. */
|
||||
/* Template located at tools/gen/print_header_template */
|
||||
#ifndef LIGHTNING_${idem}
|
||||
#define LIGHTNING_${idem}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* This file was generated by generate-wire.py */
|
||||
/* Do not modify this file! Modify the _csv file it was generated from. */
|
||||
/* Do not modify this file! Modify the .csv file it was generated from. */
|
||||
|
||||
#include "${options.header_filename}"
|
||||
#include <ccan/array_size/array_size.h>
|
||||
|
||||
Reference in New Issue
Block a user