* grub-core/commands/loadenv.c (grub_cmd_list_env): Move print_var

out of its parent.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-02 11:45:01 +01:00
parent b46d4213d5
commit 74a2742144
2 changed files with 13 additions and 8 deletions

View file

@ -1,3 +1,8 @@
2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/loadenv.c (grub_cmd_list_env): Move print_var
out of its parent.
2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/hfs.c: Remove nested functions.