summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/strmhz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strmhz.c b/lib/strmhz.c
index d6da1d136e..89f2263aee 100644
--- a/lib/strmhz.c
+++ b/lib/strmhz.c
@@ -22,7 +22,7 @@
*/
#include <common.h>
-char *strmhz (char *buf, long hz)
+char *strmhz (char *buf, unsigned long hz)
{
long l, n;
long m;
OpenPOWER on IntegriCloud