Merge pull request #49 from CindyLinz/patch-1

Update r3.h
This commit is contained in:
Pedro 2014-06-02 17:20:49 +08:00
commit 8e3a35b06f

View file

@ -43,7 +43,7 @@ struct _node {
unsigned char endpoint;
unsigned char ov_cnt;
// <-- here comes a char[3] struct padding for alignment since we have 5 char above.
// <-- here comes a char[4] struct padding for alignment since we have 4 char above.
/** compile-time variables here.... **/