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:
Rusty Russell 2020-08-31 10:43:25 +09:30 committed by neil saitug
parent 8150d28575
commit 2835cf8a43
1 changed files with 1 additions and 1 deletions

View File

@ -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;