diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-01-27 18:01:46 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-01 13:46:52 -0800 |
commit | 034d35c9aa8e925425730957af71ce3d077ff335 (patch) | |
tree | ea1ea703f1d8a5eb0f2714fb66dd147699512c61 /attr.c | |
parent | 6f416cbaff72cd13b1ff44110121672530e69231 (diff) | |
download | git-034d35c9aa8e925425730957af71ce3d077ff335.tar.gz |
attr.c: mark where #if DEBUG ends more clearly
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'attr.c')
-rw-r--r-- | attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |