mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
tools/check-bolt: don't trigger ourselves.
We're going to make check-source cover every C file soon. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
neil saitug
parent
8150d28575
commit
2835cf8a43
@@ -101,7 +101,7 @@ static char *find_bolt_ref(const char *prefix, char **p, size_t *len)
|
|||||||
char *bolt, *end;
|
char *bolt, *end;
|
||||||
size_t preflen;
|
size_t preflen;
|
||||||
|
|
||||||
/* BOLT #X: */
|
/* Quote is of form 'BOLT #X:' */
|
||||||
*p = strchr(*p, '*');
|
*p = strchr(*p, '*');
|
||||||
if (!*p)
|
if (!*p)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user