mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
* Oops- I need to learn to count in hex.
This commit is contained in:
parent
6fc69d52c8
commit
a0dbade774
@ -32,7 +32,7 @@ typedef enum _pmdbinfrq_t {
|
||||
INFRQ_DESC = 0x02,
|
||||
INFRQ_DEPENDS = 0x04,
|
||||
INFRQ_FILES = 0x08,
|
||||
INFRQ_SCRIPTLET = 0x16,
|
||||
INFRQ_SCRIPTLET = 0x10,
|
||||
INFRQ_ALL = 0xFF
|
||||
} pmdbinfrq_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user