Fix error-reporting in hexadecimal floating-point numbers

This commit is contained in:
H. Peter Anvin 2007-09-18 18:33:17 -07:00
parent fe2177fe42
commit 26976a187f

View file

@ -128,7 +128,7 @@ static void ieee_flconvert_hex(char *string, uint16_t *mant,
} else {
error(ERR_NONFATAL,
"floating-point constant: `%c' is invalid character",
*string);
c);
return;
}
}