X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fmailinfo.c;h=2320d981ceab220e287e42c21f3c9f3be5b3722f;hb=8fe533f686e20852fa9bd2df2755faed7c7bcdcc;hp=4a9729b9b388a1e589e9250d8157e723c68140de;hpb=7f3ed824a4ec15fc9725a4992b399ea4364c5adb;p=git.git diff --git a/builtin/mailinfo.c b/builtin/mailinfo.c index 4a9729b9b..2320d981c 100644 --- a/builtin/mailinfo.c +++ b/builtin/mailinfo.c @@ -17,10 +17,10 @@ static struct strbuf name = STRBUF_INIT; static struct strbuf email = STRBUF_INIT; static enum { - TE_DONTCARE, TE_QP, TE_BASE64, + TE_DONTCARE, TE_QP, TE_BASE64 } transfer_encoding; static enum { - TYPE_TEXT, TYPE_OTHER, + TYPE_TEXT, TYPE_OTHER } message_type; static struct strbuf charset = STRBUF_INIT;