Hi folks,

This mini patch corrects typo in intel_ioctl.c spotted by Steve Newbury <[EMAIL PROTECTED]> in #16474.

Cheers, Johannes
>From 121ddfb7b9682a9a78acadf6e800f9cf6433f015 Mon Sep 17 00:00:00 2001
From: Johannes Engel <[EMAIL PROTECTED]>
Date: Wed, 30 Jul 2008 17:08:46 +0100
Subject: [PATCH 1/1] Remove double data type in declaration

---
 src/mesa/drivers/dri/intel/intel_ioctl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_ioctl.c b/src/mesa/drivers/dri/intel/intel_ioctl.c
index c0a18fa..1a15419 100644
--- a/src/mesa/drivers/dri/intel/intel_ioctl.c
+++ b/src/mesa/drivers/dri/intel/intel_ioctl.c
@@ -186,7 +186,7 @@ intel_exec_ioctl(struct intel_context *intel,
 }
 #else
 int
-int intel_exec_ioctl(struct intel_context *intel,
+intel_exec_ioctl(struct intel_context *intel,
 		     GLuint used,
 		     GLboolean ignore_cliprects, GLboolean allow_unlock,
 		     struct drm_i915_gem_execbuffer *execbuf);
-- 
1.5.4.5

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to