Przeglądaj źródła

just in case: correct the header-guard for https to not match http

David Kalnischkies 14 lat temu
rodzic
commit
f40db111e1
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      methods/https.h

+ 2 - 2
methods/https.h

@@ -8,8 +8,8 @@
    ##################################################################### */
    ##################################################################### */
 									/*}}}*/
 									/*}}}*/
 
 
-#ifndef APT_HTTP_H
-#define APT_HTTP_H
+#ifndef APT_HTTPS_H
+#define APT_HTTPS_H
 
 
 #include <iostream>
 #include <iostream>
 #include <curl/curl.h>
 #include <curl/curl.h>