commit | 65351a8793c51f3787efbbcf3aa1df0ad543c127 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Fri Apr 24 15:59:56 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 28 01:16:50 2009 +0200 |
tree | 02fad8d9a104be6e2c4ea60c673693ca2473e339 | |
parent | eea8be86d1c2b570660d1f6c553845e13164231a [diff] |
bmp_logo: Check return value of fread() Add basic error handling to fread() function calls. This prevents compililation warnings such as: bmp_logo.c: In function ‘main’: bmp_logo.c:71: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result ... Signed-off-by: Peter Tyser <ptyser@xes-inc.com>