aboutsummaryrefslogtreecommitdiff
path: root/gprof/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/utils.c')
-rw-r--r--gprof/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/utils.c b/gprof/utils.c
index a0e69b1..e1f031d 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 (" <cycle %d>", self->cg.cyc.num);
+ printf (_(" <cycle %d>"), self->cg.cyc.num);
}
if (self->cg.index != 0)
{