summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-08-11 18:40:50 -0600
committerBrian Paul <brianp@vmware.com>2009-08-11 20:34:21 -0600
commit26a762c2f66f20546730f874a159ab8bab8dc027 (patch)
tree004f9ef4dca6ee5bb5bf450f5892c7da0c66b679 /src/gallium/drivers/identity
parentc2b29b5df506d747e9a53bbcf5a45dc7cfe65643 (diff)
gallium/identity: remove stray semicolons
Diffstat (limited to 'src/gallium/drivers/identity')
-rw-r--r--src/gallium/drivers/identity/id_drm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/identity/id_drm.c b/src/gallium/drivers/identity/id_drm.c
index 555220f853..e5342ac06e 100644
--- a/src/gallium/drivers/identity/id_drm.c
+++ b/src/gallium/drivers/identity/id_drm.c
@@ -60,7 +60,7 @@ identity_drm_create_screen(struct drm_api *_api, int fd,
screen = api->create_screen(api, fd, arg);
return identity_screen_create(screen);
-};
+}
static struct pipe_context *
identity_drm_create_context(struct drm_api *_api,
@@ -77,7 +77,7 @@ identity_drm_create_context(struct drm_api *_api,
pipe = identity_context_create(_screen, pipe);
return pipe;
-};
+}
static boolean
identity_drm_buffer_from_texture(struct drm_api *_api,