diff options
Diffstat (limited to 'src/CompatData.zig')
| -rw-r--r-- | src/CompatData.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompatData.zig b/src/CompatData.zig index fd7f678..67c43e6 100644 --- a/src/CompatData.zig +++ b/src/CompatData.zig | |||
| @@ -37,7 +37,7 @@ pub fn init(allocator: mem.Allocator) !Self { | |||
| 37 | return self; | 37 | return self; |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | pub fn deinit(self: *Self) void { | 40 | pub fn deinit(self: *const Self) void { |
| 41 | for (self.nfkd) |slice| { | 41 | for (self.nfkd) |slice| { |
| 42 | if (slice.len != 0) self.allocator.free(slice); | 42 | if (slice.len != 0) self.allocator.free(slice); |
| 43 | } | 43 | } |