diff options
Diffstat (limited to 'core/cochran.c')
-rw-r--r-- | core/cochran.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/cochran.c b/core/cochran.c index 430c3b48a..fdfb7bf1c 100644 --- a/core/cochran.c +++ b/core/cochran.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" |