diff options
Diffstat (limited to 'src/gdriver')
| -rw-r--r-- | src/gdriver/gdriver.h | 2 | 
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.                                                    */ | 
