diff options
Diffstat (limited to 'lib/strmhz.c')
| -rw-r--r-- | lib/strmhz.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/strmhz.c b/lib/strmhz.c index d6da1d136..89f2263ae 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; |