comparison pads2gpcb/main.c @ 74:58f11f06d831

pads2gpcb: main output implemented
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Mon, 01 Feb 2016 00:45:24 +0000
parents bdfd0b802bb0
children f640c8f005c5
comparison
equal deleted inserted replaced
73:bdfd0b802bb0 74:58f11f06d831
85 if (!strcmp(input_line_starkw, "PART")) { 85 if (!strcmp(input_line_starkw, "PART")) {
86 process_part_section(); 86 process_part_section();
87 goto loop; 87 goto loop;
88 } 88 }
89 } 89 }
90 if (main_output)
91 write_elements_pcb(main_output);
90 exit(0); 92 exit(0);
91 } 93 }