[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: o_selection.c
User: danmc
Date: 06/12/22 08:49:15
Modified: . o_selection.c
Log:
Add a missing const.
Revision Changes Path
1.11 +1 -1 eda/geda/gaf/libgeda/src/o_selection.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_selection.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/o_selection.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- o_selection.c 21 Dec 2006 20:40:38 -0000 1.10
+++ o_selection.c 22 Dec 2006 13:49:15 -0000 1.11
@@ -65,7 +65,7 @@
*/
void o_selection_print_all(const GList **head)
{
- GList *s_current;
+ const GList *s_current;
s_current = *head;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs