]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gprof/source.c
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gprof / source.c
index 3943f33b1969cbdf3053a4d98a0e05c4cc9df470..1a445d3315f3427f1114ffe46cff14e6325fd89b 100644 (file)
@@ -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;