X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Fbin2char.c;h=d5fe7f3081828525fbaef00be8c103fd916557ae;hp=5bb4a6deebda2be0250a592e0d15999dc87fd14f;hb=refs%2Fchanges%2F26%2F1426%2F4;hpb=e8a5092f1e23cee70cf1c3565db2ca40a61a11af diff --git a/src/helper/bin2char.c b/src/helper/bin2char.c index 5bb4a6deeb..d5fe7f3081 100644 --- a/src/helper/bin2char.c +++ b/src/helper/bin2char.c @@ -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 @@ -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 \n");