diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-02-11 21:26:42 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-02-11 21:26:42 +0100 |
commit | f40db111e15e0d7bed3a6432d96c17553ee6f68e (patch) | |
tree | 453a0c41b10ee7e7661529a24633939c7120d829 | |
parent | 379e22a4c0c00193b16fec3c46c4b68cdb63ee1a (diff) |
just in case: correct the header-guard for https to not match http
-rw-r--r-- | methods/https.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/methods/https.h b/methods/https.h index 3b57c7be6..b1961a870 100644 --- a/methods/https.h +++ b/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> |