diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-12-11 10:01:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-12-11 10:01:59 +0000 |
commit | 468771d624f640e8368fc23e46c7e60c35fd57ab (patch) | |
tree | 8008ff600baf8455f9f9a4eed8e23d790e3c9d0d | |
parent | e2ed0dbd3de35c543c66a4e14b1de0875e55b979 (diff) | |
download | perl-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.xs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ); |