]> git.ozlabs.org Git - ccan/blobdiff - ccan/charset/_info
modules: update documentation examples so they compile under ccanlint.
[ccan] / ccan / charset / _info
index 4319ecb33022181109d5b7e613eccb4d24e801d9..a7086ba12e99cd36e2c35cb9e06e43ebdb209b16 100644 (file)
@@ -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);