Index: util/gsch2pcb.c =================================================================== --- util/gsch2pcb.c (revision 270) +++ util/gsch2pcb.c (revision 271) @@ -311,6 +311,9 @@ if (quoted_ret) *quoted_ret = TRUE; for (; *s && *s != ')' && *s != '\n'; ++s); + /* preserve closing ')' */ + if (*s == ')') + s++; break; } if (*s == ' ' || *s == '\t' || *s == ',' || *s == '\n')