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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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