diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-25 08:25:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-25 08:25:20 +0000 |
commit | dd83a6905e8a002d25575855cf0aff5679a5360f (patch) | |
tree | 498722c0d593bf68666e9398e3d5c9fcd1aa0999 | |
parent | 32a38860191a46580669ed83274c8154d16c014d (diff) |
would help if it actually compiled :/
-rw-r--r-- | ldso/libdl/libdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index 2952f125b..c33c61dc8 100644 --- a/ldso/libdl/libdl.c +++ b/ldso/libdl/libdl.c @@ -92,7 +92,7 @@ struct r_debug *_dl_debug_addr = NULL; #ifdef __SUPPORT_LD_DEBUG__ # define _dl_if_debug_print(fmt, args...) \ do { \ - if (_dl_debug) + if (_dl_debug) \ fprintf(stderr, "%s():%i: " fmt, __FUNCTION__, __LINE__, ## args); \ } while (0) #else |