* grub-core/font/font.c (blit_comb: do_blit): Make static instead of

nested.
(blit_comb: add_device_width): Likewise.
This commit is contained in:
Colin Watson 2013-01-21 21:03:26 +00:00
parent 5fdbaed168
commit d44892fed9
2 changed files with 80 additions and 59 deletions

View file

@ -1,3 +1,9 @@
2013-01-21 Colin Watson <cjwatson@ubuntu.com>
* grub-core/font/font.c (blit_comb: do_blit): Make static instead of
nested.
(blit_comb: add_device_width): Likewise.
2013-01-21 Colin Watson <cjwatson@ubuntu.com>
Remove nested functions from USB iterators.