* grub-core/kern/misc.c (grub_vsnprintf_real): Remove nested functions.

This commit is contained in:
Vladimir Serbinenko 2013-11-07 02:49:50 +01:00
parent 40a5bfde36
commit 4bfe934cd1
2 changed files with 46 additions and 38 deletions

View file

@ -1,3 +1,7 @@
2013-11-07 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/misc.c (grub_vsnprintf_real): Remove nested functions.
2013-11-07 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/arg.c (grub_arg_parse): Remove nested function.