summaryrefslogtreecommitdiff
path: root/rpmio/rpmerr.h
diff options
context:
space:
mode:
Diffstat (limited to 'rpmio/rpmerr.h')
-rw-r--r--rpmio/rpmerr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmerr.h b/rpmio/rpmerr.h
index 7c07fe425..9f99fa305 100644
--- a/rpmio/rpmerr.h
+++ b/rpmio/rpmerr.h
@@ -132,7 +132,7 @@ typedef enum rpmerrCode_e {
RPMDEBUG_UNLINK = _dm(512u+16), /*!< unlink(2) failed */
RPMDEBUG_RMDIR = _dm(512u+17), /*!< rmdir(2) failed */
/*@-enummemuse@*/
- RPMWARN_FLOCK = _wm(512u+27), /*!< locking the database failed */
+ RPMWARN_FLOCK = _wm(512u+27) /*!< locking the database failed */
/*@=enummemuse@*/
} rpmerrCode;
/*@=typeuse @*/