Fix stray = in #define

This commit is contained in:
Albert S. 2021-06-05 14:03:42 +02:00
parent bb07b95993
commit 0b13f551f4
1 changed files with 1 additions and 1 deletions

2
qssb.h
View File

@ -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