lib/rindex_sync.c: remove extra parameter in a variadic function.

This commit is contained in:
Juan RP 2013-04-04 10:18:10 +02:00
parent 1f5bb03daf
commit ef4e43931b

View File

@ -127,7 +127,7 @@ xbps_rindex_sync(struct xbps_handle *xhp, const char *uri, const char *plistf)
rpidx = xbps_xasprintf("%s/%s-%s", uri, arch, plistf);
/* reposync start cb */
xbps_set_cb_state(xhp, XBPS_STATE_REPOSYNC, 0, rpidx, NULL, NULL);
xbps_set_cb_state(xhp, XBPS_STATE_REPOSYNC, 0, rpidx, NULL);
/*
* Download plist index file from repository.
*/