summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pacman/conf.h b/src/pacman/conf.h
index 3ba49eae..c2ed1cac 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -128,7 +128,8 @@ enum {
/* Long Operations */
enum {
- OP_NOCONFIRM = 1000,
+ OP_LONG_FLAG_MIN = 1000,
+ OP_NOCONFIRM,
OP_CONFIG,
OP_IGNORE,
OP_DEBUG,