TagFixerUpper

This commit is contained in:
Robin Voetter
2020-07-05 18:22:45 +02:00
parent 9b3eff5a72
commit 569c9df5c2
5 changed files with 152 additions and 17 deletions

View File

@@ -105,8 +105,8 @@ pub const Command = struct {
params: []Param,
return_type: *TypeInfo,
success_codes: []const []const u8,
error_codes: []const []const u8,
success_codes: [][]const u8,
error_codes: [][]const u8,
};
pub const Pointer = struct {