summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/error.h')
-rw-r--r--lib/libalpm/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/error.h b/lib/libalpm/error.h
index f96f2cb4..b3f0d850 100644
--- a/lib/libalpm/error.h
+++ b/lib/libalpm/error.h
@@ -23,7 +23,7 @@
#include "alpm.h"
-#define PM_RET_ERR(err, ret) do { pm_errno = (err); return(ret); } while(0)
+#define RET_ERR(err, ret) do { pm_errno = (err); return(ret); } while(0)
#endif /* _ALPM_ERROR_H */