]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
fix vga.c
authorBVK Chaitanya <bvk.groups@gmail.com>
Mon, 10 May 2010 09:38:02 +0000 (15:08 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Mon, 10 May 2010 09:38:02 +0000 (15:08 +0530)
grub-core/modules.def

index b095162941f9e523e463f9e0dbbe235f3849f479..fe77c4cbdfc3804524d65573038fc322af444d22 100644 (file)
@@ -1491,7 +1491,7 @@ module = {
 
 module = {
   name = vga;
-  i386_pc = term/i386/pc/vga.c;
+  i386_pc = video/i386/pc/vga.c;
 };
 
 module = {