code cleanup
This commit is contained in:
parent
a5e4fec74e
commit
14c8583ccb
2 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
/* pacman */
|
/* pacman */
|
||||||
#include "backup.h"
|
#include "backup.h"
|
||||||
|
|
||||||
/* Look for a filename in a pkginfo_t.backup list. If we find it,
|
/* Look for a filename in a pmpkg_t.backup list. If we find it,
|
||||||
* then we return the md5 hash (parsed from the same line)
|
* then we return the md5 hash (parsed from the same line)
|
||||||
*/
|
*/
|
||||||
char *_alpm_needbackup(char *file, PMList *backup)
|
char *_alpm_needbackup(char *file, PMList *backup)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue