X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dbdbd49d59ae5c14e66b1c148a63b8abc9d076ab..0f343e7716fbc0401663dc37ecc94874c23ff68e:/h/utils.h?ds=sidebyside diff --git a/h/utils.h b/h/utils.h index 91c637d9..4df5e156 100644 --- a/h/utils.h +++ b/h/utils.h @@ -86,7 +86,7 @@ bool contains8bit(const char *start, const char *end); * See if file has any 8-bit bytes. * Arguments include: * - * fd - file descriptor + * fd - file descriptor * eightbit - address of result, will be set to 1 if the file contains * any 8-bit bytes, 0 otherwise. *