fix vala 0.48 build

This commit is contained in:
2020-03-12 21:22:12 -03:00
parent 9b9880e65d
commit d3fe4c0bae
3 changed files with 52 additions and 52 deletions

View File

@@ -51,7 +51,7 @@ namespace Pamac {
}
public struct ErrorInfos {
public uint errno;
public uint errnos;
public string message;
public string[] details;
public ErrorInfos () {