Explorar el Código

would help if it actually compiled :/

Mike Frysinger hace 20 años
padre
commit
dd83a6905e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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__
 #ifdef __SUPPORT_LD_DEBUG__
 # define _dl_if_debug_print(fmt, args...) \
 # define _dl_if_debug_print(fmt, args...) \
 	do { \
 	do { \
-	if (_dl_debug)
+	if (_dl_debug) \
 		fprintf(stderr, "%s():%i: " fmt, __FUNCTION__, __LINE__, ## args); \
 		fprintf(stderr, "%s():%i: " fmt, __FUNCTION__, __LINE__, ## args); \
 	} while (0)
 	} while (0)
 #else
 #else