diff options
Diffstat (limited to 'gprof/ns532.c')
-rw-r--r-- | gprof/ns532.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gprof/ns532.c b/gprof/ns532.c index 21a6db3..ae3f801 100644 --- a/gprof/ns532.c +++ b/gprof/ns532.c @@ -5,9 +5,9 @@ * It does nothing, but prevents findcall() from being unresolved. */ -findcall( parentp , p_lowpc , p_highpc ) - nltype *parentp; - unsigned long p_lowpc; - unsigned long p_highpc; +findcall (parentp, p_lowpc, p_highpc) + nltype *parentp; + unsigned long p_lowpc; + unsigned long p_highpc; { } |