Remove extraneous qualifiers from struct definition

This commit is contained in:
Martin Kroeker
2021-09-14 21:52:26 +02:00
committed by GitHub
parent af8843875a
commit dd09f0173e

View File

@@ -2695,7 +2695,7 @@ static volatile struct {
} memory[NUM_BUFFERS];
static volatile struct newmemstruct
struct newmemstruct
{
BLASULONG lock;
void *addr;