summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-15 15:29:41 -0700
committerJunio C Hamano <gitster@pobox.com>2016-05-16 13:55:02 -0700
commit953408fbaaad51a9fc4732ca1920cbd1124dfb5a (patch)
tree304c1b0e279d5509e591c5c7d50099e21084cd6b
parenta58cd34b01db6317a501c577b68c4fd78af15489 (diff)
downloadgit-953408fbaaad51a9fc4732ca1920cbd1124dfb5a.tar.gz
attr.c: mark where #if DEBUG ends more clearly
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attr.c b/attr.c
index a7f2c3fdaf..95416d31ca 100644
--- a/attr.c
+++ b/attr.c
@@ -469,7 +469,7 @@ static void debug_set(const char *what, const char *match, struct git_attr *attr
#define debug_push(a) do { ; } while (0)
#define debug_pop(a) do { ; } while (0)
#define debug_set(a,b,c,d) do { ; } while (0)
-#endif
+#endif /* DEBUG_ATTR */
static void drop_attr_stack(void)
{