]> git.pld-linux.org Git - packages/grub2.git/commitdiff
Add missing semicolon (patch by Daniel Dawid Majewski)
authorArtur Frysiak <artur@frysiak.net>
Fri, 2 Jan 2009 11:43:07 +0000 (11:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grub2-parser.patch -> 1.1

grub2-parser.patch [new file with mode: 0644]

diff --git a/grub2-parser.patch b/grub2-parser.patch
new file mode 100644 (file)
index 0000000..33ae624
--- /dev/null
@@ -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;
+                 }
This page took 0.034899 seconds and 4 git commands to generate.