diff options
Diffstat (limited to 'board/incaip/flash.c')
| -rw-r--r-- | board/incaip/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/incaip/flash.c b/board/incaip/flash.c index 686f2e96f..520514dea 100644 --- a/board/incaip/flash.c +++ b/board/incaip/flash.c @@ -190,7 +190,7 @@ void flash_print_info (flash_info_t *info)  	int i;  	uchar *boottype;  	uchar *bootletter; -	uchar *fmt; +	char *fmt;  	uchar botbootletter[] = "B";  	uchar topbootletter[] = "T";  	uchar botboottype[] = "bottom boot sector"; |