Commit 72b252ea authored by Geoff Simmons's avatar Geoff Simmons

Enforce const and restrict in DATA_Reset().

parent 108b3c62
Pipeline #147 skipped
......@@ -127,7 +127,8 @@ DATA_Init(void)
}
unsigned
DATA_Reset(dataentry *entry, chunkhead_t * const freechunk)
DATA_Reset(dataentry * const restrict entry,
chunkhead_t * const restrict freechunk)
{
chunk_t *chunk;
unsigned nchunk = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment