From 743571145b37182757d4e688a77860b36ee77573 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 27 Feb 2007 14:26:04 +0100 Subject: Minor code cleanup. --- include/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 5b2e71c..b162dbd 100644 --- a/include/common.h +++ b/include/common.h @@ -187,8 +187,7 @@ void hang (void) __attribute__ ((noreturn)); long int initdram (int); int display_options (void); void print_size (ulong, const char *); -int print_buffer (ulong addr, void* data, uint width, uint count, - uint linelen); +int print_buffer (ulong addr, void* data, uint width, uint count, uint linelen); /* common/main.c */ void main_loop (void); -- cgit v1.1