diff options
Diffstat (limited to 'src/attributes.h')
-rw-r--r-- | src/attributes.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/attributes.h b/src/attributes.h index 502634b0..bf4e2658 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -1,8 +1,8 @@ -// Copyright 2019-2020 David Robillard <d@drobilla.net> +// Copyright 2019-2023 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -#ifndef SERD_ATTRIBUTES_H -#define SERD_ATTRIBUTES_H +#ifndef SERD_SRC_ATTRIBUTES_H +#define SERD_SRC_ATTRIBUTES_H #ifdef __GNUC__ # define SERD_MALLOC_FUNC __attribute__((malloc)) @@ -16,4 +16,4 @@ # define SERD_NODISCARD #endif -#endif // SERD_ATTRIBUTES_H +#endif // SERD_SRC_ATTRIBUTES_H |