remove stray l (Rolf Eike Baer)

This commit is contained in:
leitner 2021-08-20 11:12:38 +00:00
parent 1217583e2b
commit 32f02d34fc

View File

@ -92,7 +92,7 @@
#if GCC_VERSION_ATLEAST(3, 3)
#define att_nonnull(params) __attribute__((__nonnull__(params)))
#else
#define att_nonnull(params)l
#define att_nonnull(params)
#endif
#if GCC_VERSION_ATLEAST(4, 3)