rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit 6dee72d0f0d511e74903bfb579072761c8d7a677
parent a1badb49b858c335fc5c92fef1762ccfc18796d0
Author: vaplv <vaplv@free.fr>
Date:   Wed,  5 Feb 2014 07:27:26 +0100

Fix a minor typo

Diffstat:
Msrc/free_list.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/free_list.h b/src/free_list.h @@ -122,7 +122,7 @@ FLIST_FUNC__(del)(struct FLIST_TYPE__* list, struct fid id) } static FINLINE struct fid -CONCAT(FITEM_TYPE,_id_get)(const struct FITEM_TYPE* item) +CONCAT(FITEM_TYPE, _id_get)(const struct FITEM_TYPE* item) { ASSERT(item); return item->fitem__.id;