swrastg: Fix glue file
authorJakob Bornecrantz <jakob@vmware.com>
Mon, 14 Jun 2010 15:37:21 +0000 (17:37 +0200)
committerJakob Bornecrantz <jakob@vmware.com>
Mon, 14 Jun 2010 15:37:21 +0000 (17:37 +0200)
src/gallium/targets/egl-swrast/swrast_glue.c

index 3c29be8..24f7782 100644 (file)
@@ -2,9 +2,9 @@
 #include "state_tracker/drm_driver.h"
 
 struct drm_driver_descriptor drm_driver = {
-   .name = "swrast";
-   .driver_name = NULL;
-   .create_screen = NULL;
+   .name = "swrast",
+   .driver_name = NULL,
+   .create_screen = NULL,
 };
 
 /* A poor man's --whole-archive for EGL drivers */