git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] string-list: rename the include guard to STRING_LIST_H
@ 2010-01-08 22:45 Thiago Farina
  0 siblings, 0 replies; only message in thread
From: Thiago Farina @ 2010-01-08 22:45 UTC (permalink / raw)
  To: git

Signed-off-by: Thiago Farina <tfransosi@gmail.com>
---
 string-list.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/string-list.h b/string-list.h
index 14bbc47..6569cf6 100644
--- a/string-list.h
+++ b/string-list.h
@@ -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;
@@ -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 */
-- 
1.6.6.75.g37bae

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-08 22:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08 22:45 [PATCH] string-list: rename the include guard to STRING_LIST_H Thiago Farina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).