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/udp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/udp.h') diff --git a/src/udp.h b/src/udp.h index e226abb..02a1c26 100644 --- a/src/udp.h +++ b/src/udp.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef UANYUTN_udp_h_INCLUDED -#define UANYUTN_udp_h_INCLUDED +#ifndef UANYTUN_udp_h_INCLUDED +#define UANYTUN_udp_h_INCLUDED #include "options.h" -- cgit v1.2.3