* grub-core/commands/usbtest.c (usb_print_str): Silence spurious

warning.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-04-07 20:03:38 +02:00
parent 756773df7c
commit 491c57a815
4 changed files with 8 additions and 3 deletions

View file

@ -111,7 +111,7 @@ grub_usb_get_string (grub_usb_device_t dev, grub_uint8_t index, int langid,
static void
usb_print_str (const char *description, grub_usb_device_t dev, int idx)
{
char *name;
char *name = NULL;
grub_usb_err_t err;
/* XXX: LANGID */