commit 99bac5027f67eed38109b8c2a756c98e911edd5a parent a72b2fddda000e0ab953069982f2c8d15dcf3dd1 Author: vaplv <vaplv@free.fr> Date: Wed, 27 Nov 2013 16:54:43 +0100 Fix minor typo into the free_list Diffstat:
| M | src/free_list.h | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/free_list.h b/src/free_list.h @@ -4,10 +4,10 @@ #include "rsys.h" -#define FITEM \ - struct { \ - struct fid id; \ - uint32_t next; \ +#define FITEM \ + struct { \ + struct fid id; \ + uint32_t next; \ } fitem__ struct fid {