* grub-core/commands/parttool.c (grub_cmd_parttool): Move show_help out

of parent function.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-02-28 09:43:25 +01:00
parent 6c69e691ca
commit 5aec2afe2f
2 changed files with 51 additions and 44 deletions

View file

@ -1,3 +1,8 @@
2013-02-28 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/parttool.c (grub_cmd_parttool): Move show_help out
of parent function.
2013-02-28 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-fstest.c: Remove nested functions.