diff options
Diffstat (limited to 'libc/src/unix/newlib/align.rs')
-rw-r--r-- | libc/src/unix/newlib/align.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/unix/newlib/align.rs b/libc/src/unix/newlib/align.rs index c018fbc..db9beb8 100644 --- a/libc/src/unix/newlib/align.rs +++ b/libc/src/unix/newlib/align.rs @@ -57,5 +57,5 @@ macro_rules! expand_align { size: [u8; ::__SIZEOF_PTHREAD_CONDATTR_T], } } - } + }; } |