X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fbuild_assert%2F_info;h=0906af07e60625fa95895e9cf8e6d31661d9159a;hp=d2fe3d9c80fc240daf4cef1e3b8b9113e4a152df;hb=0f95489bd34ab05869e0bfaabf45149b3b161f28;hpb=570c9c555f076e74f46141bb42b5d1d7ac89f632 diff --git a/ccan/build_assert/_info b/ccan/build_assert/_info index d2fe3d9c..0906af07 100644 --- a/ccan/build_assert/_info +++ b/ccan/build_assert/_info @@ -26,14 +26,15 @@ * int x; * }; * - * char *foo_string(struct foo *foo) + * static char *foo_string(struct foo *foo) * { * // This trick requires that the string be first in the structure * BUILD_ASSERT(offsetof(struct foo, string) == 0); * return (char *)foo; * } * - * Licence: LGPL (2 or any later version) + * License: LGPL (2 or any later version) + * Author: Rusty Russell */ int main(int argc, char *argv[]) {