1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

* Oops- I need to learn to count in hex.

This commit is contained in:
Dan McGee 2007-03-01 22:11:02 +00:00
parent 6fc69d52c8
commit a0dbade774

View File

@ -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;