diff options
Diffstat (limited to 'src/u8c/dat.c')
-rw-r--r-- | src/u8c/dat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u8c/dat.c b/src/u8c/dat.c index 0fcf492..26d17ef 100644 --- a/src/u8c/dat.c +++ b/src/u8c/dat.c @@ -19,7 +19,7 @@ # include <stddef.h> # include <stdint.h> # include <u8c/SIZE_C.h> -struct u8c_dattyp u8c_dat = (struct u8c_dattyp){ +struct u8c_dattyp u8c_dat = { .err = NULL, .fmtendian = false, .stat = UINT8_C(0x0), |