From 69779eb81c20b80b56ab698f44a944efd6107a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 10 Jan 2025 10:18:28 +0100 Subject: Fix a typo and thus FTBFS from the previous commit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- mimelib/mimelib/msgcmp.h | 2 +- mimelib/mimelib/token.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mimelib/mimelib/msgcmp.h b/mimelib/mimelib/msgcmp.h index 4c66a2b23..5e5409f9d 100644 --- a/mimelib/mimelib/msgcmp.h +++ b/mimelib/mimelib/msgcmp.h @@ -31,7 +31,7 @@ #include #endif -#if defined(__linux__)) +#if defined(__linux__) #include #endif diff --git a/mimelib/mimelib/token.h b/mimelib/mimelib/token.h index ec52ca849..120ba6d4e 100644 --- a/mimelib/mimelib/token.h +++ b/mimelib/mimelib/token.h @@ -51,7 +51,7 @@ // classes are fairly simple and efficient. // In addition, polymorphism is not needed to use the tokenizer classes. -#if defined(__linux__)) +#if defined(__linux__) #include #endif -- cgit v1.2.1