Skip to content

Commit 0afcb5f

Browse files
tfarinagitster
authored andcommitted
string-list: rename the include guard to STRING_LIST_H
Signed-off-by: Thiago Farina <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d6f8fd0 commit 0afcb5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

string-list.h

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

44
struct string_list_item {
55
char *string;
@@ -39,4 +39,4 @@ struct string_list_item *string_list_append(const char *string, struct string_li
3939
void sort_string_list(struct string_list *list);
4040
int unsorted_string_list_has_string(struct string_list *list, const char *string);
4141

42-
#endif /* PATH_LIST_H */
42+
#endif /* STRING_LIST_H */

0 commit comments

Comments
 (0)