summaryrefslogtreecommitdiff
path: root/oid-array.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2020-12-04 18:48:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-12-04 21:55:13 (GMT)
commitfb3920fd003e14283fb480b1eb4e8495b95034c9 (patch)
tree8e8a17a7eb50475d9ef55625dbc7d5ac0839b848 /oid-array.h
parent3a0b884caba2752da0af626fb2de7d597c844e8b (diff)
downloadgit-fb3920fd003e14283fb480b1eb4e8495b95034c9.zip
git-fb3920fd003e14283fb480b1eb4e8495b95034c9.tar.gz
git-fb3920fd003e14283fb480b1eb4e8495b95034c9.tar.bz2
oid-array.h: drop sha1 mention from header guard
When this file was moved from sha1-array.h, we forgot to update the preprocessor header guard to match the new name. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'oid-array.h')
-rw-r--r--oid-array.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/oid-array.h b/oid-array.h
index f28d322..2c8b64c 100644
--- a/oid-array.h
+++ b/oid-array.h
@@ -1,5 +1,5 @@
-#ifndef SHA1_ARRAY_H
-#define SHA1_ARRAY_H
+#ifndef OID_ARRAY_H
+#define OID_ARRAY_H
/**
* The API provides storage and manipulation of sets of object identifiers.
@@ -106,4 +106,4 @@ void oid_array_filter(struct oid_array *array,
for_each_oid_fn want,
void *cbdata);
-#endif /* SHA1_ARRAY_H */
+#endif /* OID_ARRAY_H */