X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fcharset%2F_info;h=b549acb6eb67cde5c2e3602dff1740f9e5710e5f;hp=4319ecb33022181109d5b7e613eccb4d24e801d9;hb=e6862ec8ae269217f3596f5af84747868b983afb;hpb=c8c69dc68792e85b14646e8a8219dae923b34feb diff --git a/ccan/charset/_info b/ccan/charset/_info index 4319ecb3..b549acb6 100644 --- a/ccan/charset/_info +++ b/ccan/charset/_info @@ -32,7 +32,7 @@ * if (!file) * err(1, "Could not read file %s", argv[1]); * - * valid = utf8_validate(file, len)); + * valid = utf8_validate(file, len); * printf("File contents are %s UTF-8\n", valid ? "valid" : "invalid"); * * talloc_free(file); @@ -41,7 +41,7 @@ * } * * Author: Joey Adams - * Licence: MIT + * License: MIT */ int main(int argc, char *argv[]) {