Browse Source

would help if it actually compiled :/

Mike Frysinger 20 years ago
parent
commit
dd83a6905e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldso/libdl/libdl.c

+ 1 - 1
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