rsys

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

commit bbd561e4c6e50a09b0bb123051d1f313760e13ca
parent aba374623ea4c420dcb8698c639d95e5bfef812f
Author: vaplv <vaplv@free.fr>
Date:   Mon, 26 Jan 2015 10:27:53 +0100

Fix a misspelled static error

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

diff --git a/src/floatX.h b/src/floatX.h @@ -21,7 +21,7 @@ #endif #if defined(FLOATX_FUNC__) - #error Unexpected macro defintion + #error Unexpected macro definition #endif #include "math.h"