Explorar o código

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

David Kalnischkies %!s(int64=14) %!d(string=hai) anos
pai
achega
f40db111e1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 <curl/curl.h>