Browse Source

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>
bump-pyln-proto
Rusty Russell 4 years ago
committed by neil saitug
parent
commit
2835cf8a43
  1. 2
      tools/check-bolt.c

2
tools/check-bolt.c

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

Loading…
Cancel
Save