]> git.saurik.com Git - apt.git/commitdiff
just in case: correct the header-guard for https to not match http
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 11 Feb 2012 20:26:42 +0000 (21:26 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 11 Feb 2012 20:26:42 +0000 (21:26 +0100)
methods/https.h

index 3b57c7be6285aef55a8f0c0b431a878297e268cd..b1961a8706f4043cacbe31f4fc5d20912e3b987e 100644 (file)
@@ -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>
 
 #include <iostream>
 #include <curl/curl.h>