]> git.sur5r.net Git - openocd/blobdiff - src/helper/bin2char.c
tcl/board: add STM32429I-EVAL and STM32439I-EVAL dev boards from ST.
[openocd] / src / helper / bin2char.c
index 5bb4a6deebda2be0250a592e0d15999dc87fd14f..d5fe7f3081828525fbaef00be8c103fd916557ae 100644 (file)
@@ -15,7 +15,7 @@
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  ***************************************************************************/
 
 #include <stdio.h>
@@ -29,7 +29,7 @@ int main(int argc, char **argv)
 {
        int c;
        unsigned int n;
-       char *name;
+       const char *name;
 
        if (argc == 1) {
                fprintf(stderr, "bin2char <varname>\n");