]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fixed syntax error
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 20 Nov 2009 12:55:43 +0000 (13:55 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 20 Nov 2009 12:55:43 +0000 (13:55 +0100)
loader/xnu.c

index e0ae9cefe25b607a64caa24b28808da4aedfefc0..ab88317d223a725994929f8f8328d3cbc5f81ee4 100644 (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;