Signed-off-by: Gerardo Exequiel Pozzi <[email protected]>
---
lib/libalpm/alpm.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 48b6ba2..b34563e 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -357,7 +357,7 @@ typedef enum _pmtransevt_t {
/** Files will be downloaded from a repository.
* The repository's tree name is passed to the callback.
*/
- PM_TRANS_EVT_RETRIEVE_START,
+ PM_TRANS_EVT_RETRIEVE_START
} pmtransevt_t;
/*...@}*/
@@ -368,7 +368,7 @@ typedef enum _pmtransconv_t {
PM_TRANS_CONV_CONFLICT_PKG = 0x04,
PM_TRANS_CONV_CORRUPTED_PKG = 0x08,
PM_TRANS_CONV_LOCAL_NEWER = 0x10,
- PM_TRANS_CONV_REMOVE_PKGS = 0x20,
+ PM_TRANS_CONV_REMOVE_PKGS = 0x20
} pmtransconv_t;
/* Transaction Progress */
--
1.6.2.4
_______________________________________________
pacman-dev mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/pacman-dev