mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
Fixed an text formatting issue
This commit is contained in:
parent
8ffb82a691
commit
2a2659e2a1
@ -139,7 +139,7 @@ void dump_pkg_sync(PM_PKG *pkg, char *treename)
|
||||
|
||||
printf("Size (compressed) : %ld\n", (long)alpm_pkg_getinfo(pkg, PM_PKG_SIZE));
|
||||
printf("Description : ");
|
||||
indentprint(alpm_pkg_getinfo(pkg, PM_PKG_DESC), 17);
|
||||
indentprint(alpm_pkg_getinfo(pkg, PM_PKG_DESC), 20);
|
||||
printf("\nMD5 Sum : %s\n", (char *)alpm_pkg_getinfo(pkg, PM_PKG_MD5SUM));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user