]> git.pld-linux.org Git - packages/ctwm.git/commitdiff
- missing semicolon
authorankry <ankry@pld-linux.org>
Tue, 17 Sep 2002 06:43:02 +0000 (06:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ctwm-gram.patch -> 1.1

ctwm-gram.patch [new file with mode: 0644]

diff --git a/ctwm-gram.patch b/ctwm-gram.patch
new file mode 100644 (file)
index 0000000..66cfe7f
--- /dev/null
@@ -0,0 +1,11 @@
+--- ctwm-3.6/gram.y.orig       Tue Sep 17 00:03:37 2002
++++ ctwm-3.6/gram.y    Tue Sep 17 00:03:37 2002
+@@ -683,7 +683,7 @@
+               | wingeom_entries wingeom_entry
+               ;
+-wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2) }
++wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2); }
This page took 0.073113 seconds and 4 git commands to generate.