Commit 8a7f807
authored
Fix return type of GetAllocationNextPtr
Returning `void* const` doesn't mean anything (produces a warning with -Wignored-qualifiers). Based on usage, it looks like the returned pointer is expected to point at const data, so I've fixed the declaration to reflect that.1 parent a88bc52 commit 8a7f807
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10928 | 10928 | | |
10929 | 10929 | | |
10930 | 10930 | | |
10931 | | - | |
| 10931 | + | |
10932 | 10932 | | |
10933 | 10933 | | |
10934 | 10934 | | |
| |||
0 commit comments