X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fshort_types%2F_info;h=333d84ef230cf4885b8c7e2e873e16aa95d73226;hb=39150ca863ea2aed45f732346aa23714009a034b;hp=732db113a58cd8bc167a2ae81db416e6b07c4801;hpb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e;p=ccan diff --git a/ccan/short_types/_info b/ccan/short_types/_info index 732db113..333d84ef 100644 --- a/ccan/short_types/_info +++ b/ccan/short_types/_info @@ -29,7 +29,7 @@ * unsigned int *posix_total, unsigned int *sht_total, * unsigned int *size_total) * { - * printf("\t%ssigned %s: POSIX %i%%, short %i%%\n", + * printf("\t%ssigned %s: POSIX %zu%%, short %zu%%\n", * sht[0] == 'u' ? "un" : "", * sht+1, * strlen(posix)*100 / size, @@ -65,7 +65,7 @@ * return 0; * } * - * Licence: LGPL (2 or any later version) + * License: Public domain * Author: Rusty Russell */ int main(int argc, char *argv[])