-/* $NetBSD: progressbar.c,v 1.16 2007/05/05 16:57:54 christos Exp $ */
+/* $NetBSD: progressbar.c,v 1.17 2007/05/05 18:09:24 martin Exp $ */
/*-
* Copyright (c) 1997-2007 The NetBSD Foundation, Inc.
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: progressbar.c,v 1.16 2007/05/05 16:57:54 christos Exp $");
+__RCSID("$NetBSD: progressbar.c,v 1.17 2007/05/05 18:09:24 martin Exp $");
#endif /* not lint */
/*
/*
* List of order of magnitude suffixes, per IEC 60027-2.
*/
-static const char *suffixes[] = {
+static const char * const suffixes[] = {
"", /* 2^0 (byte) */
"KiB", /* 2^10 Kibibyte */
"MiB", /* 2^20 Mebibyte */