* grub-core/fs/btrfs.c (grub_btrfs_read_logical): Silence spurious

warning. Move variables before code while on it.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-05-15 10:23:02 +02:00
parent 5d063cdc10
commit 983b414d77
2 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2011-05-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/btrfs.c (grub_btrfs_read_logical): Silence spurious
warning. Move variables before code while on it.
2011-05-15 Vladimir Serbinenko <phcoder@gmail.com>
Fuloong support.