[liba] Correct error syntax: 0.0F->0.0f

Change-Id: Id81cd3395a27e5411f0d9832fdd09806fbec7cb8
This commit is contained in:
Émilie Feral
2016-12-08 11:26:39 +01:00
parent 609e9798d2
commit e58163adc6

View File

@@ -5,7 +5,7 @@
LIBA_BEGIN_DECLS
#define NAN (0.0F/0.0F)
#define NAN (0.0f/0.0f)
/* The C99 standard requires isinf and isnan to be defined as macros that can
* handle arbitrary precision float numbers. The names of the functions called