[pacman-dev] [PATCH 1/2] Enabled new interactive prompt and updated some tests.
Allan McRae
allan at archlinux.org
Sun Feb 22 06:45:44 EST 2009
Bryan Ischo wrote:
>>> @@ -371,7 +371,8 @@ typedef enum _pmtransconv_t {
>>> PM_TRANS_CONV_REPLACE_PKG = 0x02,
>>> PM_TRANS_CONV_CONFLICT_PKG = 0x04,
>>> PM_TRANS_CONV_CORRUPTED_PKG = 0x08,
>>> - PM_TRANS_CONV_LOCAL_NEWER = 0x10
>>> + PM_TRANS_CONV_LOCAL_NEWER = 0x10,
>>> + PM_TRANS_CONV_REMOVE_PKGS = 0x20,
>>> } pmtransconv_t;
Is that new dangling comma at the end there a bad thing?
Allan
More information about the pacman-dev
mailing list