Fix stray = in #define

Este commit está contenido en:
Albert S. 2021-06-05 14:03:42 +02:00
padre bb07b95993
commit 0b13f551f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

2
qssb.h
Ver fichero

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