From 5b9b5570ff118f8ec13032a49ec1b834b8a50f65 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 23 Nov 2009 15:58:24 +0000 Subject: fixed typo at include guards --- src/string_list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/string_list.h') diff --git a/src/string_list.h b/src/string_list.h index df5ca75..cd054cb 100644 --- a/src/string_list.h +++ b/src/string_list.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#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_; -- cgit v1.2.3