diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-21 14:15:31 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-21 14:15:31 +0300 |
commit | 2841a234f45a496ca8fec2320c6fa52afa5c47cf (patch) | |
tree | 812adad94b72a975735a4f96780f01ba66054672 | |
parent | cb5e83ed31f009ea24cdca038a6c49390451cb34 (diff) |
Cleanup
-rw-r--r-- | src/gmdocument.h | 2 | ||||
-rw-r--r-- | src/gmrequest.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index 574f0acf..fcbb7e59 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -64,7 +64,7 @@ iBool isDark_GmDocumentTheme(enum iGmDocumentTheme); | |||
64 | 64 | ||
65 | typedef uint16_t iGmLinkId; | 65 | typedef uint16_t iGmLinkId; |
66 | 66 | ||
67 | enum iGmLinkFlags { | 67 | enum iGmLinkFlag { |
68 | gemini_GmLinkFlag = iBit(1), | 68 | gemini_GmLinkFlag = iBit(1), |
69 | gopher_GmLinkFlag = iBit(2), | 69 | gopher_GmLinkFlag = iBit(2), |
70 | finger_GmLinkFlag = iBit(3), | 70 | finger_GmLinkFlag = iBit(3), |
diff --git a/src/gmrequest.h b/src/gmrequest.h index 2cf9e4ff..0cba4ea3 100644 --- a/src/gmrequest.h +++ b/src/gmrequest.h | |||
@@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ | |||
30 | iDeclareType(GmCerts) | 30 | iDeclareType(GmCerts) |
31 | iDeclareType(GmResponse) | 31 | iDeclareType(GmResponse) |
32 | 32 | ||
33 | enum iGmCertFlags { | 33 | enum iGmCertFlag { |
34 | available_GmCertFlag = iBit(1), /* certificate provided by server */ | 34 | available_GmCertFlag = iBit(1), /* certificate provided by server */ |
35 | trusted_GmCertFlag = iBit(2), /* TOFU status */ | 35 | trusted_GmCertFlag = iBit(2), /* TOFU status */ |
36 | timeVerified_GmCertFlag = iBit(3), /* has not expired */ | 36 | timeVerified_GmCertFlag = iBit(3), /* has not expired */ |