Fixed syntax error

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-11-20 13:55:43 +01:00
parent 42f9e12abe
commit 71bc826834

View file

@ -1336,7 +1336,7 @@ grub_xnu_unlock ()
locked = 0;
}
static grub_command_t cmd_kernel, cmd_mkext, cmd_kext, ;
static grub_command_t cmd_kernel, cmd_mkext, cmd_kext;
static grub_command_t cmd_devtree;
static grub_command_t cmd_kextdir, cmd_ramdisk, cmd_resume;
static grub_extcmd_t cmd_splash;