Peter Tyser 65351a8793 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>
2009-04-28 01:16:50 +02:00
..
2008-12-15 21:49:03 +01:00
2008-07-11 22:55:31 +02:00
2009-04-04 15:34:16 +02:00
2008-10-18 21:54:03 +02:00
2005-07-21 11:22:21 +02:00
2003-06-27 21:31:46 +00:00
2009-04-28 01:16:46 +02:00