1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-01-09 13:07:58 -05:00

removed a leftover comment

This commit is contained in:
Aurelien Foret 2006-02-15 22:55:54 +00:00
parent a6bececa06
commit dc0bacf18c

View File

@ -272,7 +272,6 @@ void *alpm_db_getinfo(PM_DB *db, unsigned char parm)
/** Update a package database /** Update a package database
* @param db pointer to the package database to update * @param db pointer to the package database to update
* @param archive path to the new package database tarball * @param archive path to the new package database tarball
* @param ts timestamp of the last modification time of the tarball
* @return 0 on success, -1 on error (pm_errno is set accordingly) * @return 0 on success, -1 on error (pm_errno is set accordingly)
*/ */
int alpm_db_update(PM_DB *db, char *archive) int alpm_db_update(PM_DB *db, char *archive)