Fix stray = in #define

Esse commit está contido em:
Albert S. 2021-06-05 14:03:42 +02:00
commit 0b13f551f4
1 arquivos alterados com 1 adições e 1 exclusões

2
qssb.h
Ver arquivo

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