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/encrypted_packet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/encrypted_packet.h') diff --git a/src/encrypted_packet.h b/src/encrypted_packet.h index 245f75a..f654b2c 100644 --- a/src/encrypted_packet.h +++ b/src/encrypted_packet.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef UANYUTN_encrypted_packet_h_INCLUDED -#define UANYUTN_encrypted_packet_h_INCLUDED +#ifndef UANYTUN_encrypted_packet_h_INCLUDED +#define UANYTUN_encrypted_packet_h_INCLUDED #define ENCRYPTED_PACKET_SIZE_MAX 1600 -- cgit v1.2.3