diff --git a/AK/PrintfImplementation.h b/AK/PrintfImplementation.h index 087eb34d43..a115f78c19 100644 --- a/AK/PrintfImplementation.h +++ b/AK/PrintfImplementation.h @@ -243,6 +243,7 @@ template break; #ifndef KERNEL + case 'g': case 'f': // FIXME: Print as float! ret += print_number(putch, bufptr, (int)va_arg(ap, double), leftPad, zeroPad, fieldWidth);