diff options
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader/pipe_loader.h')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/pipe_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader.h b/src/gallium/auxiliary/pipe-loader/pipe_loader.h index e41969458dd..21a609fce7e 100644 --- a/src/gallium/auxiliary/pipe-loader/pipe_loader.h +++ b/src/gallium/auxiliary/pipe-loader/pipe_loader.h @@ -58,7 +58,7 @@ struct pipe_loader_device { int vendor_id; int chip_id; } pci; - }; /**< Discriminated by \a type */ + } u; /**< Discriminated by \a type */ const char *driver_name; const struct pipe_loader_ops *ops; |