libalpm: fix minor typo in _alpm_db_usage_

Signed-off-by: morganamilo <morganamilo@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
morganamilo 2019-01-18 21:08:03 +00:00 committed by Allan McRae
parent ff8c96fa7d
commit 4d1d857ef0

View file

@ -1046,7 +1046,7 @@ alpm_list_t *alpm_db_get_groupcache(alpm_db_t *db);
*/ */
alpm_list_t *alpm_db_search(alpm_db_t *db, const alpm_list_t *needles); alpm_list_t *alpm_db_search(alpm_db_t *db, const alpm_list_t *needles);
typedef enum _alpm_db_usage_ { typedef enum _alpm_db_usage_t {
ALPM_DB_USAGE_SYNC = 1, ALPM_DB_USAGE_SYNC = 1,
ALPM_DB_USAGE_SEARCH = (1 << 1), ALPM_DB_USAGE_SEARCH = (1 << 1),
ALPM_DB_USAGE_INSTALL = (1 << 2), ALPM_DB_USAGE_INSTALL = (1 << 2),