]> git.ipfire.org Git - thirdparty/git.git/blobdiff - attr.c
attr.c: mark where #if DEBUG ends more clearly
[thirdparty/git.git] / attr.c
diff --git a/attr.c b/attr.c
index 9bdf87a6fee973b7d893f2aef4c7ac2dbcf70ccf..17297fffee718b03f7d9900dc675bc54725e4aaa 100644 (file)
--- 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)
 {