]> git.ipfire.org Git - thirdparty/git.git/commitdiff
oid-array.h: drop sha1 mention from header guard
authorJeff King <peff@peff.net>
Fri, 4 Dec 2020 18:48:54 +0000 (13:48 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Dec 2020 21:55:13 +0000 (13:55 -0800)
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>
oid-array.h

index f28d322c9006553c1335b836cea9252f80bb1e96..2c8b64c3932250d1b532b568a6e28d4a10b64978 100644 (file)
@@ -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 */