X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=mktag.c;h=27f4c4f0413c5a7bb16106d1a0c1d5381c1159d2;hb=5f468c4805c785115cd9c5f6a8f299f23a9034f5;hp=f0fe5285b24d5a19c7d41b437a18a3851ae90802;hpb=3c38f60c339839869f97448fd7a27551f97cec12;p=git.git diff --git a/mktag.c b/mktag.c index f0fe5285b..27f4c4f04 100644 --- a/mktag.c +++ b/mktag.c @@ -17,7 +17,7 @@ * in that size, you're doing something wrong. */ -// Some random size +/* Some random size */ #define MAXSIZE (8192) /* @@ -123,7 +123,8 @@ int main(int argc, char **argv) die("could not read from stdin"); } - // Verify it for some basic sanity: it needs to start with "object \ntype\ntagger " + /* Verify it for some basic sanity: it needs to start with + "object \ntype\ntagger " */ if (verify_tag(buffer, size) < 0) die("invalid tag signature file");