diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-27 15:00:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-27 15:00:27 +0000 |
commit | ea3613ef6418131778303187711a960adb9e923a (patch) | |
tree | 75b0ad46e87b7a5eab57b2e7402b20911d265719 /URPM.xs | |
parent | 81be3d9495ae64a83e4c3522bcbeaf83f4e8508e (diff) | |
download | perl-URPM-ea3613ef6418131778303187711a960adb9e923a.tar perl-URPM-ea3613ef6418131778303187711a960adb9e923a.tar.gz perl-URPM-ea3613ef6418131778303187711a960adb9e923a.tar.bz2 perl-URPM-ea3613ef6418131778303187711a960adb9e923a.tar.xz perl-URPM-ea3613ef6418131778303187711a960adb9e923a.zip |
fix typo in previous commit
(i don't understand why it compiled though...)
Diffstat (limited to 'URPM.xs')
-rw-r--r-- | URPM.xs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -830,7 +830,7 @@ update_hash_entry(HV *hash, char *name, STRLEN len, int force, IV use_sense, URP } static void -update_provides_entry(char *name, STRLEN len, int force, IV use_sense, URPM__Package pkg, HV *provides) { +update_provide_entry(char *name, STRLEN len, int force, IV use_sense, URPM__Package pkg, HV *provides) { update_hash_entry(provides, name, len, force, use_sense, pkg); } |