Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
d971d1e8
Commit
d971d1e8
authored
Mar 22, 2009
by
Simon Marlow
Browse files
fix an fprintf that should be fputs (quiets gcc)
parent
1c45176f
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/RetainerSet.c
View file @
d971d1e8
...
...
@@ -345,7 +345,7 @@ printRetainerSetShort(FILE *f, RetainerSet *rs)
// size = strlen(tmp);
}
}
fp
rintf
(
f
,
tmp
);
fp
uts
(
tmp
,
f
);
}
#elif defined(RETAINER_SCHEME_CC)
// Retainer scheme 3: retainer = cost centre
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment