From aabed2e46252e30b119ecab36ec3e09728a1dfde Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Fri, 27 Apr 2012 21:19:10 -0400 Subject: [PATCH] update url guard --- connection.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/connection.h b/connection.h index 828c251..56a1337 100644 --- a/connection.h +++ b/connection.h @@ -1,5 +1,5 @@ -#ifndef __CONNECT_H__ -#define __CONNECT_H__ +#ifndef __CONNECTION_H__ +#define __CONNECTION_H__ #ifndef __TCPIP__ #include @@ -35,5 +35,4 @@ Word ConnectionClose(Connection *); Word ConnectionPoll(Connection *); - #endif