diff options
Diffstat (limited to 'rts/Printer.c')
-rw-r--r-- | rts/Printer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Printer.c b/rts/Printer.c index 90a40f2626..d2a5c67ca4 100644 --- a/rts/Printer.c +++ b/rts/Printer.c @@ -996,7 +996,7 @@ void printObj( StgClosure *obj ) Closure types NOTE: must be kept in sync with the closure types in - includes/rts/storage/ClosureTypes.h + rts/include/rts/storage/ClosureTypes.h -------------------------------------------------------------------------- */ const char *closure_type_names[] = { |