aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-12-11 10:01:59 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-12-11 10:01:59 +0000
commit468771d624f640e8368fc23e46c7e60c35fd57ab (patch)
tree8008ff600baf8455f9f9a4eed8e23d790e3c9d0d
parente2ed0dbd3de35c543c66a4e14b1de0875e55b979 (diff)
downloadperl-URPM-468771d624f640e8368fc23e46c7e60c35fd57ab.tar
perl-URPM-468771d624f640e8368fc23e46c7e60c35fd57ab.tar.gz
perl-URPM-468771d624f640e8368fc23e46c7e60c35fd57ab.tar.bz2
perl-URPM-468771d624f640e8368fc23e46c7e60c35fd57ab.tar.xz
perl-URPM-468771d624f640e8368fc23e46c7e60c35fd57ab.zip
fix typo in previous commit :-/
-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
);