diff options
Diffstat (limited to 'gprof/cg_dfn.h')
-rw-r--r-- | gprof/cg_dfn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/cg_dfn.h b/gprof/cg_dfn.h index ac20330..4bd3030 100644 --- a/gprof/cg_dfn.h +++ b/gprof/cg_dfn.h @@ -12,6 +12,6 @@ * Depth-first numbering of a call-graph. */ -extern void cg_dfn PARAMS((Sym *root)); +extern void cg_dfn PARAMS ((Sym * root)); #endif /* cg_dfn_h */ |