From ef9aa07d2e8f030416289ba4414c05b5526ca358 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 19 Mar 2012 14:25:06 +0000 Subject: [PATCH] framebuffer: Fix a closing tag in the documentation This was causing the DocBook for the documentation to be invalid so all of the framebuffer documentation disappeared. Reviewed-by: Robert Bragg --- cogl/cogl-framebuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/cogl-framebuffer.h b/cogl/cogl-framebuffer.h index 896a3c15d..29ae35634 100644 --- a/cogl/cogl-framebuffer.h +++ b/cogl/cogl-framebuffer.h @@ -108,7 +108,7 @@ typedef struct _CoglFramebuffer CoglFramebuffer; * since Cogl will automatically allocate a framebuffer when it first gets * used. The disadvantage of relying on automatic allocation is that the * program will abort with an error message if there is an error during - * automatic allocation. + * automatic allocation. * * Return value: %TRUE if there were no error allocating the framebuffer, else %FALSE. * Since: 1.8