diff options
Diffstat (limited to 'ghc/utils/hp2ps/TraceElement.h')
-rw-r--r-- | ghc/utils/hp2ps/TraceElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/utils/hp2ps/TraceElement.h b/ghc/utils/hp2ps/TraceElement.h index d843392a23..03b151cc41 100644 --- a/ghc/utils/hp2ps/TraceElement.h +++ b/ghc/utils/hp2ps/TraceElement.h @@ -1,6 +1,6 @@ #ifndef TRACE_ELEMENT_H #define TRACE_ELEMENT_H -void TraceElement PROTO((void)); +TraceElement PROTO((void)); #endif /* TRACE_ELEMENT_H */ |