commit | 743571145b37182757d4e688a77860b36ee77573 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Tue Feb 27 14:26:04 2007 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Feb 27 14:26:04 2007 +0100 |
tree | 3e2006c9f3a953532bb6a97d896390f03e58bd03 | |
parent | 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72 [diff] [blame] |
Minor code cleanup.
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 @@ 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);