bfa6611580
PCB is an interactive printed circuit board editor. PCB includes a rats nest feature, design rule checking, and can provide industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can tremendously reduce layout time. based on a submission from andreas.bihlmaier at gmx.de
13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
$OpenBSD: patch-src_fontmode_c,v 1.1.1.1 2007/01/05 16:52:21 steven Exp $
|
|
--- src/fontmode.c.orig Thu Jan 4 11:35:05 2007
|
|
+++ src/fontmode.c Thu Jan 4 11:35:09 2007
|
|
@@ -232,6 +232,8 @@ FontSave (int argc, char **argv, int Ux,
|
|
}
|
|
|
|
SetFontInfo (font);
|
|
+
|
|
+ return 0;
|
|
}
|
|
|
|
HID_Action fontmode_action_list[] = {
|