From 0b13f551f4935cf3a287843d8ea278663b841208 Mon Sep 17 00:00:00 2001 From: Albert S Date: Sat, 5 Jun 2021 14:03:42 +0200 Subject: [PATCH] Fix stray = in #define --- qssb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qssb.h b/qssb.h index 6d99863..11dc6e3 100644 --- a/qssb.h +++ b/qssb.h @@ -46,7 +46,7 @@ #ifndef HAVE_LANDLOCK #if LINUX_VERSION_CODE >= KERNEL_VERSION(5,13,0) /* TODO: Hopefully a fair assumption. But we need to runtime checks */ - #define HAVE_LANDLOCK = 1 + #define HAVE_LANDLOCK 1 #endif #endif #if HAVE_LANDLOCK == 1