diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-23 16:00:41 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-23 16:00:41 (GMT) |
commit | 0b61ff077bdd3ccee0b5bf0233c337abc817732d (patch) | |
tree | 9ee4428029f647d9086e2940661ca43fa80e84f5 /string_list.h | |
parent | b5346e7b724c79087b9a0a8e3e02e31e13f6c258 (diff) |
fixed typo at include guards
Diffstat (limited to 'string_list.h')
-rw-r--r-- | string_list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/string_list.h b/string_list.h index df5ca75..cd054cb 100644 --- a/string_list.h +++ b/string_list.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef UANYUTN_string_list_h_INCLUDED -#define UANYUTN_string_list_h_INCLUDED +#ifndef UANYTUN_string_list_h_INCLUDED +#define UANYTUN_string_list_h_INCLUDED struct string_list_element_struct { char* string_; |