From eed625df23ee83a94f1814c43744b1961b79adf1 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Sat, 9 Mar 2013 07:01:15 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@8059 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/gl/GrGLExtensions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gpu/gl/GrGLExtensions.cpp b/src/gpu/gl/GrGLExtensions.cpp index 32bf963186..47cdba14b8 100644 --- a/src/gpu/gl/GrGLExtensions.cpp +++ b/src/gpu/gl/GrGLExtensions.cpp @@ -48,7 +48,7 @@ bool GrGLExtensions::init(GrGLBinding binding, } } else { const char* extensions = (const char*) getString(GR_GL_EXTENSIONS); - if (NULL == extensions) { + if (NULL == extensions) { return false; } while (true) { -- cgit v1.2.3