diff options
Diffstat (limited to 'common/types.h')
-rw-r--r-- | common/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/types.h b/common/types.h index 62fa0470d..fcba737c2 100644 --- a/common/types.h +++ b/common/types.h @@ -103,10 +103,10 @@ /* Some GCC attributes. Note that we use also define some in mischelp.h, but this header and types.h are not always included. Should eventually be put into one file (e.g. nlib-common.h). */ -#if __GNUC__ >= 4 +#if __GNUC__ >= 4 # define GNUPG_GCC_A_SENTINEL(a) __attribute__ ((sentinel(a))) #else -# define GNUPG_GCC_A_SENTINEL(a) +# define GNUPG_GCC_A_SENTINEL(a) #endif |