From 8952dde02d9d6761ae0cae033600f4a220c8e075 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Jan 2021 19:35:21 +0100 Subject: Update zix --- src/zix/ring.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/zix/ring.h') diff --git a/src/zix/ring.h b/src/zix/ring.h index 99437f8..a375cac 100644 --- a/src/zix/ring.h +++ b/src/zix/ring.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2014 David Robillard + Copyright 2011-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -135,7 +135,7 @@ zix_ring_write(ZixRing* ring, const void* src, uint32_t size); */ #ifdef __cplusplus -} /* extern "C" */ +} /* extern "C" */ #endif -#endif /* ZIX_RING_H */ +#endif /* ZIX_RING_H */ -- cgit v1.2.1