You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/mailutils/files/mailutils-3.12-misssing-end...

24 lines
689 B

From 4cc284cfb38306989694a7828e880f0cf6d0c4e0 Mon Sep 17 00:00:00 2001
From: Sergey Poznyakoff <gray@gnu.org>
Date: Thu, 15 Apr 2021 08:36:56 +0300
Subject: Minor fix
* include/mailutils/sys/streamtrans.h: Add missing #endif
---
include/mailutils/sys/streamtrans.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/mailutils/sys/streamtrans.h b/include/mailutils/sys/streamtrans.h
index 8a4727cee..c9c866013 100644
--- a/include/mailutils/sys/streamtrans.h
+++ b/include/mailutils/sys/streamtrans.h
@@ -25,3 +25,5 @@ struct _mu_streamtrans
struct _mu_stream base; /* Superclass */
mu_stream_t transport; /* Transport stream */
};
+
+#endif
--
cgit v1.2.1