mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +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:
parent
8150d28575
commit
2835cf8a43
@ -101,7 +101,7 @@ static char *find_bolt_ref(const char *prefix, char **p, size_t *len)
|
||||
char *bolt, *end;
|
||||
size_t preflen;
|
||||
|
||||
/* BOLT #X: */
|
||||
/* Quote is of form 'BOLT #X:' */
|
||||
*p = strchr(*p, '*');
|
||||
if (!*p)
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user