diff options
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 82512a83..61a1aa3e 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -333,7 +333,7 @@ extern enum __pmerrno_t { PM_ERR_PKG_LOAD, PM_ERR_PKG_INSTALLED, PM_ERR_PKG_CANT_FRESH, - PM_ERR_INVALID_NAME, + PM_ERR_PKG_INVALID_NAME, /* Groups */ PM_ERR_GRP_NOT_FOUND, /* Dependencies */ |