Author: wiget                        Date: Fri Jan  2 11:43:12 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
Add missing semicolon (patch by Daniel Dawid Majewski)

---- Files affected:
SOURCES:
   grub2-parser.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/grub2-parser.patch
diff -u /dev/null SOURCES/grub2-parser.patch:1.1
--- /dev/null   Fri Jan  2 12:43:13 2009
+++ SOURCES/grub2-parser.patch  Fri Jan  2 12:43:07 2009
@@ -0,0 +1,11 @@
+--- grub-1.96/normal/parser.y~ 2008-02-03 14:11:32.000000000 +0100
++++ grub-1.96/normal/parser.y  2008-12-14 09:57:02.000000000 +0100
+@@ -55,7 +55,7 @@
+ 
+ %%
+ /* It should be possible to do this in a clean way...  */
+-script_init:  { state->err = 0} script
++script_init:  { state->err = 0;} script
+                 {
+                   state->parsed = $2;
+                 }
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to