X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=packages%2Fg6z1fe.5c;h=aed4cb90fbed27f110532febf1c9c7875180b229;hb=5bed7c3959fd8ea40fc4413bf12b0a7397135125;hp=00ecd40ce84e0999bd61c497112951552b86bb49;hpb=ec9580f6f23c5ab3fca0bb408ccc8b2e31a50fd3;p=hw%2Faltusmetrum diff --git a/packages/g6z1fe.5c b/packages/g6z1fe.5c index 00ecd40..aed4cb9 100644 --- a/packages/g6z1fe.5c +++ b/packages/g6z1fe.5c @@ -1,5 +1,5 @@ /* - * Copyright © 2012 Keith Packard + * Copyright © 2013 Bdale Garbee * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -61,7 +61,7 @@ real dot_off = -.3; line(-package_width/2 + dot_off, package_height/2 - dot_off, -package_width/2 + dot_off, package_height/2 - dot_off); -for (pad = 0; pad < num_pad; pad++) { +for (int pad = 0; pad < num_pad; pad++) { /* bottom (1-num_pad) */ pad_width = misc_pad_width;