diff options
Diffstat (limited to 'float.h')
-rw-r--r-- | float.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ #ifndef NASM_FLOAT_H #define NASM_FLOAT_H -int float_const (char *number, long sign, unsigned char *result, int bytes, - efunc error); +int float_const(char *number, long sign, unsigned char *result, int bytes, + efunc error); #endif |