X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fbuild_assert%2F_info;h=16a4a94c8f292c27665120023f503cfd33c61974;hp=cf939d794ce95ddd7829fd00b0ba9db48d2653c8;hb=18636637ee013ef828cb04b2b7bb4a4922324475;hpb=b1801a00c945b67d8c218edd9e13dc483a60ac70 diff --git a/ccan/build_assert/_info b/ccan/build_assert/_info index cf939d79..16a4a94c 100644 --- a/ccan/build_assert/_info +++ b/ccan/build_assert/_info @@ -26,7 +26,7 @@ * 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);