Skip to content

Commit fb3920f

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3a0b884 commit fb3920f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oid-array.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef SHA1_ARRAY_H
2-
#define SHA1_ARRAY_H
1+
#ifndef OID_ARRAY_H
2+
#define OID_ARRAY_H
33

44
/**
55
* The API provides storage and manipulation of sets of object identifiers.
@@ -106,4 +106,4 @@ void oid_array_filter(struct oid_array *array,
106106
for_each_oid_fn want,
107107
void *cbdata);
108108

109-
#endif /* SHA1_ARRAY_H */
109+
#endif /* OID_ARRAY_H */

0 commit comments

Comments
 (0)