Skip to content

Commit f5d84e8

Browse files
fvalasiadDuncaen
authored andcommitted
changed order for readability
1 parent 97db203 commit f5d84e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/xbps.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,9 +1233,9 @@ int xbps_transaction_update_pkg(struct xbps_handle *xhp, const char *pkgname, bo
12331233
* @return 0 on success, otherwise an errno value.
12341234
* @retval EBUSY The xbps package must be updated.
12351235
* @retval EEXIST All installed packages are already up-to-date.
1236-
* @retval EINVAL Any other error ocurred in the process.
12371236
* @retval ENOENT No packages currently register.
12381237
* @retval ENOTSUP No repositories currently installed.
1238+
* @retval EINVAL Any other error ocurred in the process.
12391239
*/
12401240
int xbps_transaction_update_packages(struct xbps_handle *xhp);
12411241

0 commit comments

Comments
 (0)