]> git.ozlabs.org Git - ccan/blobdiff - ccan/charset/_info
tdb2: check PID if we are holding a lock.
[ccan] / ccan / charset / _info
index 4319ecb33022181109d5b7e613eccb4d24e801d9..b549acb6eb67cde5c2e3602dff1740f9e5710e5f 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);
@@ -41,7 +41,7 @@
  *     }
  *
  * Author: Joey Adams
- * Licence: MIT
+ * License: MIT
  */
 int main(int argc, char *argv[])
 {