* grub-core/video/readers/png.c (grub_png_convert_image): Use

unsigned arithmetics.
	Add missing break.
This commit is contained in:
Vladimir Serbinenko 2013-10-25 20:36:39 +02:00
parent 74ff2c0501
commit f690f8b030
2 changed files with 13 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/video/readers/png.c (grub_png_convert_image): Use
unsigned arithmetics.
Add missing break.
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/video/readers/jpeg.c: Use unsigned where appropriate.