create a qspi flash memory symbol
[hw/altusmetrum] / packages / g6z1fe.5c
index 00ecd40ce84e0999bd61c497112951552b86bb49..aed4cb90fbed27f110532febf1c9c7875180b229 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2012 Keith Packard <keithp@keithp.com>
+ * Copyright © 2013 Bdale Garbee <bdale@gag.com>
  *
  * 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;