Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(495)

Unified Diff: third_party/mesa/MesaLib/src/mesa/drivers/dri/mach64/mach64_dd.c

Issue 10797029: Enforce all the source files to be encoded in UTF-8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: vim Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/mesa/MesaLib/src/mesa/drivers/dri/mach64/mach64_dd.c
diff --git a/third_party/mesa/MesaLib/src/mesa/drivers/dri/mach64/mach64_dd.c b/third_party/mesa/MesaLib/src/mesa/drivers/dri/mach64/mach64_dd.c
index ca713e2de5eef75fac458e9333af0afdd21fe38c..aad4b969ecceb3767e970f867cd80493c3a6aa9f 100644
--- a/third_party/mesa/MesaLib/src/mesa/drivers/dri/mach64/mach64_dd.c
+++ b/third_party/mesa/MesaLib/src/mesa/drivers/dri/mach64/mach64_dd.c
@@ -26,7 +26,7 @@
* Authors:
* Gareth Hughes <gareth@valinux.com>
* Leif Delgass <ldelgass@retinalburn.net>
- * José Fonseca <j_r_fonseca@yahoo.co.uk>
+ * José Fonseca <j_r_fonseca@yahoo.co.uk>
*/
#include "mach64_context.h"
@@ -66,7 +66,7 @@ static const GLubyte *mach64DDGetString( GLcontext *ctx, GLenum name )
switch ( name ) {
case GL_VENDOR:
- return (GLubyte*)"Gareth Hughes, Leif Delgass, José Fonseca";
+ return (GLubyte*)"Gareth Hughes, Leif Delgass, José Fonseca";
case GL_RENDERER:

Powered by Google App Engine
This is Rietveld 408576698