]> git.pld-linux.org Git - packages/ctwm.git/blob - ctwm-gram.patch
- missing semicolon
[packages/ctwm.git] / ctwm-gram.patch
1 --- ctwm-3.6/gram.y.orig        Tue Sep 17 00:03:37 2002
2 +++ ctwm-3.6/gram.y     Tue Sep 17 00:03:37 2002
3 @@ -683,7 +683,7 @@
4                 | wingeom_entries wingeom_entry
5                 ;
6  
7 -wingeom_entry  : string string { AddToList (&Scr->WindowGeometries, $1, $2) }
8 +wingeom_entry  : string string { AddToList (&Scr->WindowGeometries, $1, $2); }
9  
10  
11  
This page took 0.182336 seconds and 4 git commands to generate.