X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gprof%2Futils.c;h=e1f031d5e8ddf2fb18732dac0198ae2a810d2900;hb=a3c7651d1abadbe17a656c255d7fd700de426efd;hp=a0e69b13b68ab2042d1b60583292460f09241673;hpb=e4dee78c688fd87281a90b429988438883018089;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/utils.c b/gprof/utils.c index a0e69b13b6..e1f031d5e8 100644 --- a/gprof/utils.c +++ b/gprof/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1983 Regents of the University of California. + * Copyright (c) 1983, 1998 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted @@ -90,7 +90,7 @@ DEFUN (print_name, (self), Sym * self) if (self->cg.cyc.num != 0) { - printf (" ", self->cg.cyc.num); + printf (_(" "), self->cg.cyc.num); } if (self->cg.index != 0) {