X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=pretty.c;h=4b85373ba6797069eefa96a63141438bd5de8803;hb=5bfd53629e93113a17fe7d6a7a24554dc3c17cdb;hp=8b18efda9cd6eb615900687c0205daa832794c92;hpb=1c5d6b2a401576f74c76f56dae0204604235705c;p=git.git diff --git a/pretty.c b/pretty.c index 8b18efda9..4b85373ba 100644 --- a/pretty.c +++ b/pretty.c @@ -941,7 +941,7 @@ static size_t format_commit_item(struct strbuf *sb, const char *placeholder, enum { NO_MAGIC, ADD_LF_BEFORE_NON_EMPTY, - DEL_LF_BEFORE_EMPTY, + DEL_LF_BEFORE_EMPTY } magic = NO_MAGIC; switch (placeholder[0]) {