diff --git a/src/info.c b/src/info.c index 5cb247a94..7d367521a 100644 --- a/src/info.c +++ b/src/info.c @@ -163,7 +163,7 @@ info_show_info (struct WInfo *info) printw (_("Size: %s"), buffer); #ifdef HAVE_STRUCT_STAT_ST_BLOCKS printw ((st.st_blocks==1) ? - _(" (%d block)") : _(" (%d blocks)"), st.st_blocks); + _(" (%d block)") : _(" (%d blocks)"), (int) st.st_blocks); #endif }