aboutsummaryrefslogtreecommitdiff
path: root/gprof/lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/lookup.c')
-rw-r--r--gprof/lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/lookup.c b/gprof/lookup.c
index 405f320..d08a162 100644
--- a/gprof/lookup.c
+++ b/gprof/lookup.c
@@ -71,7 +71,7 @@ arclookup( parentp , childp )
arctype *arcp;
if ( parentp == 0 || childp == 0 ) {
- fprintf( "[arclookup] parentp == 0 || childp == 0\n" );
+ printf( "[arclookup] parentp == 0 || childp == 0\n" );
return 0;
}
# ifdef DEBUG