X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gprof%2Fsource.c;h=1a445d3315f3427f1114ffe46cff14e6325fd89b;hb=359cc68c808f70750a020c9bb76de330735a3202;hp=1a5873e7f14581dec9acf6e032ba607d93aca4f6;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=binutils-gdb.git diff --git a/gprof/source.c b/gprof/source.c index 1a5873e7f14..1a445d3315f 100644 --- a/gprof/source.c +++ b/gprof/source.c @@ -1,12 +1,12 @@ /* source.c - Keep track of source files. - Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc. This file is part of GNU Binutils. 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -237,7 +237,7 @@ annotate_source (Source_File *sf, unsigned int max_width, fprintf (ofp, _("*** File %s:\n"), sf->name); } - annotation = xmalloc (max_width + 1); + annotation = (char *) xmalloc (max_width + 1); line_num = 1; new_line = TRUE;