aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--URPM.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/URPM.xs b/URPM.xs
index 596dfbf..5097e9e 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -3890,9 +3890,9 @@ rpmErrorWriteTo(fd)
int fd
CODE:
rpmError_callback_data = fd;
- rpmlogSetCallback(rpmError_callback,
+ rpmlogSetCallback(rpmError_callback
#ifdef RPM_ORG
- NULL
+ , NULL
#endif
);