remove stray l (Rolf Eike Baer)

This commit is contained in:
Felix von Leitner 2021-08-20 11:12:38 +00:00
parent f8f40a544a
commit e34ccaa001
1 changed files with 1 additions and 1 deletions

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)