diff options
Diffstat (limited to 'core/equipment.c')
-rw-r--r-- | core/equipment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/equipment.c b/core/equipment.c index 5dbb68e3f..3eccfd6b5 100644 --- a/core/equipment.c +++ b/core/equipment.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #ifdef __clang__ // Clang has a bug on zero-initialization of C structs. #pragma clang diagnostic ignored "-Wmissing-field-initializers" |