Przeglądaj źródła

use consistent include guard name in arpa/ftp.h

Szabolcs Nagy 11 lat temu
rodzic
commit
ebb4cc0fec
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      include/arpa/ftp.h

+ 2 - 2
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