From df2be226d9ca6772eb4615ce0670e66667b86691 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Tue, 12 Jun 2012 09:05:22 +0200 Subject: docs: fix html end/start tags for more well-formed html Signed-off-by: Brian Paul --- docs/mangling.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/mangling.html') diff --git a/docs/mangling.html b/docs/mangling.html index 3d88c15..2ff628c 100644 --- a/docs/mangling.html +++ b/docs/mangling.html @@ -21,10 +21,10 @@ This results in all the Mesa functions being prefixed with To do this, recompile Mesa with the compiler flag -DUSE_MGL_NAMESPACE. Add the flag to CFLAGS in the configuration file which you want to use. For example: +

 CFLAGS += -DUSE_MGL_NAMESPACE
 
-

-- cgit v1.1