X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=goptions.c;h=0b8c56a261f1e1cd39a0d11bec979a0ec0ad43b2;hb=615c794cbf851c994e94fffe8b8f565e64f137a5;hp=16938eda141641b298434a626498dd087ff60752;hpb=420b104a3f6ba4328b6b167808f71bb7849102ec;p=fio.git diff --git a/goptions.c b/goptions.c index 16938eda..0b8c56a2 100644 --- a/goptions.c +++ b/goptions.c @@ -1,5 +1,5 @@ #include -#include +#include #include #include @@ -826,7 +826,7 @@ static struct gopt *gopt_new_str_val(struct gopt_job_view *gjv, unsigned long long *p, unsigned int idx) { struct gopt_str_val *g; - const gchar *postfix[] = { "B", "KiB", "MiB", "GiB", "PiB", "PiB", "" }; + const gchar *postfix[] = { "B", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB" }; GtkWidget *label; int i;