Skip to content

Commit

Permalink
string-list: rename the include guard to STRING_LIST_H
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Thiago Farina authored and Junio C Hamano committed Jan 10, 2010
1 parent d6f8fd0 commit 0afcb5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions string-list.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef PATH_LIST_H
#define PATH_LIST_H
#ifndef STRING_LIST_H
#define STRING_LIST_H

struct string_list_item {
char *string;
Expand Down Expand Up @@ -39,4 +39,4 @@ struct string_list_item *string_list_append(const char *string, struct string_li
void sort_string_list(struct string_list *list);
int unsorted_string_list_has_string(struct string_list *list, const char *string);

#endif /* PATH_LIST_H */
#endif /* STRING_LIST_H */

0 comments on commit 0afcb5f

Please sign in to comment.