aboutsummaryrefslogtreecommitdiff
path: root/gprof/gprof.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/gprof.c')
-rw-r--r--gprof/gprof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gprof.c b/gprof/gprof.c
index c8e0995..301da69 100644
--- a/gprof/gprof.c
+++ b/gprof/gprof.c
@@ -525,7 +525,7 @@ valcmp(p1, p2)
readsamples(pfile)
FILE *pfile;
{
- register i;
+ register int i;
if (samples == 0) {