diff options
Diffstat (limited to 'tools/objinfo_helper.c')
-rw-r--r-- | tools/objinfo_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objinfo_helper.c b/tools/objinfo_helper.c index 689cdf750e..58dfd2d459 100644 --- a/tools/objinfo_helper.c +++ b/tools/objinfo_helper.c @@ -85,7 +85,7 @@ int main(int argc, char ** argv) int main(int argc, char ** argv) { - fprintf(stderr, "BFD library unavailable, cannot print info on .cmxs files\n"); + fprintf(stderr,"BFD library unavailable, cannot print info on .cmxs files\n"); return 2; } |