X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fnoerr%2F_info;h=899e36c35cee0772feca69871c2d94416c588f6d;hb=f2a1247955c1b376469a5e37c9583a1bbfd4dc61;hp=9f852957b5f344cd411d31837a2ebe67931c137e;hpb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e;p=ccan diff --git a/ccan/noerr/_info b/ccan/noerr/_info index 9f852957..899e36c3 100644 --- a/ccan/noerr/_info +++ b/ccan/noerr/_info @@ -19,7 +19,7 @@ * #include * #include * - * bool write_string_to_file(const char *file, const char *string) + * static bool write_string_to_file(const char *file, const char *string) * { * int ret, fd = open(file, O_WRONLY|O_CREAT|O_EXCL, 0600); * if (fd < 0) @@ -45,7 +45,7 @@ * return true; * } * - * Licence: LGPL (2 or any later version) + * License: LGPL (2 or any later version) * Author: Rusty Russell */ int main(int argc, char *argv[])