Blob Blame History Raw
From 5331b019c572de39be6242a58bd613e81de49df6 Mon Sep 17 00:00:00 2001
From: Benjamin Berg <bberg@redhat.com>
Date: Sat, 30 Nov 2019 19:12:00 +0100
Subject: [PATCH 1/2] build: Remove stray # from config.h.meson

---
 config.h.meson | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h.meson b/config.h.meson
index 2c72485a..3818c9e6 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -12,7 +12,7 @@
 
 /* we have the timerfd_create(2) system call */
 #mesondefine HAVE_TIMERFD
-#
+
 /* Define to 1 if you have the `openat' function. */
 #mesondefine HAVE_OPENAT
 
-- 
2.23.0