[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (46aabf7ca7bd0b7e59980ebfd2b2a9e848af62bf)



The branch, master has been updated
       via  46aabf7ca7bd0b7e59980ebfd2b2a9e848af62bf (commit)
      from  6c1b85b47f75dc849da9715bce8c76bfb15c3791 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/macro.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 46aabf7ca7bd0b7e59980ebfd2b2a9e848af62bf
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Fix typo in new ELEMENTARC_LOOP macro.
    
    line -> arc

:100644 100644 e990d4a... b61f673... M	src/macro.h

=========
 Changes
=========

commit 46aabf7ca7bd0b7e59980ebfd2b2a9e848af62bf
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Fix typo in new ELEMENTARC_LOOP macro.
    
    line -> arc

diff --git a/src/macro.h b/src/macro.h
index e990d4a..b61f673 100644
--- a/src/macro.h
+++ b/src/macro.h
@@ -294,7 +294,7 @@ extern int mem_any_set (unsigned char *, int);
   Cardinal n;                                                       \
   for (__iter = __copy, n = (element)->ArcN - 1; __iter != NULL;    \
        __iter = g_list_next (__iter), n--) {                        \
-    ArcType *line = __iter->data;
+    ArcType *arc = __iter->data;
 
 #define LINE_LOOP(layer) do {                                       \
   GList *__iter;                                                    \




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs