summaryrefslogtreecommitdiff
path: root/x11-wm/ctwm/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/ctwm/files/patch-ac')
-rw-r--r--x11-wm/ctwm/files/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/ctwm/files/patch-ac b/x11-wm/ctwm/files/patch-ac
new file mode 100644
index 000000000000..75c519283b4f
--- /dev/null
+++ b/x11-wm/ctwm/files/patch-ac
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- gram.y.orig Thu Aug 8 15:45:21 2002
++++ gram.y Thu Aug 8 15:45:31 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); }
+
+
+