xbps-repo: index-files.c: warning due to uninitialized var.

This commit is contained in:
Juan RP 2012-01-17 10:55:28 +01:00
parent beb7284681
commit 9906aa7029

View File

@ -202,7 +202,7 @@ int
repo_genindex_files(const char *pkgdir)
{
prop_dictionary_t idxdict;
struct index_files_data *ifd;
struct index_files_data *ifd = NULL;
char *plist;
int rv;