Changes to use attributes for noreturn and printf-like functions

This commit is contained in:
Landon Curt Noll
2022-01-22 02:48:50 -08:00
parent 3f177f2d81
commit 1658343227
5 changed files with 9 additions and 13 deletions

View File

@@ -1411,7 +1411,7 @@ zlog10(ZVALUE z, BOOL *was_10_power)
do {
rel = zrel(*zp, z);
if (rel == 0) {
/* quick exit - we match a tenpower entry */
/* quick return - we match a tenpower entry */
if (was_10_power != NULL) {
*was_10_power = TRUE;
}