aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdriver/gdriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdriver/gdriver.h')
-rw-r--r--src/gdriver/gdriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdriver/gdriver.h b/src/gdriver/gdriver.h
index 2b3ef7da..190b6527 100644
--- a/src/gdriver/gdriver.h
+++ b/src/gdriver/gdriver.h
@@ -87,7 +87,7 @@ typedef struct GDriverVMT {
* </code>
*
*/
-typedef const struct GDriverVMT const GDriverVMTList[1];
+typedef const struct GDriverVMT GDriverVMTList[1];
/*===========================================================================*/
/* External declarations. */