Remove extraneous qualifiers from struct definition
This commit is contained in:
parent
af8843875a
commit
dd09f0173e
|
@ -2695,7 +2695,7 @@ static volatile struct {
|
||||||
|
|
||||||
} memory[NUM_BUFFERS];
|
} memory[NUM_BUFFERS];
|
||||||
|
|
||||||
static volatile struct newmemstruct
|
struct newmemstruct
|
||||||
{
|
{
|
||||||
BLASULONG lock;
|
BLASULONG lock;
|
||||||
void *addr;
|
void *addr;
|
||||||
|
|
Loading…
Reference in New Issue