From 9dd95b46c80e71eb858c373b636ad04c69c0d15d Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 24 Aug 2010 11:49:55 +0800 Subject: mesa: Remove extraneous semicolon. --- src/mesa/main/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa') diff --git a/src/mesa/main/core.h b/src/mesa/main/core.h index 11b68cc987..ea6e6bf118 100644 --- a/src/mesa/main/core.h +++ b/src/mesa/main/core.h @@ -59,7 +59,7 @@ extern "C" { #include "program/prog_uniform.h" #ifdef __cplusplus -}; +} #endif -- cgit v1.2.3