xbps-{bin,repo}: minor change to long_desc obj printing.

This commit is contained in:
Juan RP 2011-09-01 09:50:47 +02:00
parent 26af45dcd5
commit edb909c899

View File

@ -65,7 +65,7 @@ static const struct object_info obj_info[] = {
{ "conflicts", "Conflicts with" },
{ "conf_files", "Configuration files" },
{ "short_desc", "Description: " },
{ "long_desc", "" },
{ "long_desc", "---------------------------------------------------------------------------" },
{ NULL, NULL }
};