From ebb4cc0fec110edc7caf5ae545bfb816565a060d Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 18 Oct 2013 15:21:36 +0000 Subject: use consistent include guard name in arpa/ftp.h --- include/arpa/ftp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/arpa') diff --git a/include/arpa/ftp.h b/include/arpa/ftp.h index 4041aeba..fb0a46f2 100644 --- a/include/arpa/ftp.h +++ b/include/arpa/ftp.h @@ -1,5 +1,5 @@ -#ifndef _ARPA_FTP_H_ -#define _ARPA_FTP_H_ +#ifndef _ARPA_FTP_H +#define _ARPA_FTP_H #define PRELIM 1 #define COMPLETE 2 #define CONTINUE 3 -- cgit v1.2.1