index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/conflict.h | 2 |
diff --git a/lib/libalpm/conflict.h b/lib/libalpm/conflict.h index 07225991..69ce727c 100644 --- a/lib/libalpm/conflict.h +++ b/lib/libalpm/conflict.h @@ -28,7 +28,7 @@ struct __pmconflict_t { char target[PKG_NAME_LEN]; - unsigned char type; + pmconflicttype_t type; char file[CONFLICT_FILE_LEN]; char ctarget[PKG_NAME_LEN]; }; |