From 883c972a9bc0aafb817a02c7b4a8c6f250796405 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 26 Jun 2008 16:08:39 -0400 Subject: [PATCH] [cairo-types] fix doc syntax --- src/cairo-types-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-types-private.h b/src/cairo-types-private.h index 36661e480..1baab2610 100644 --- a/src/cairo-types-private.h +++ b/src/cairo-types-private.h @@ -132,7 +132,7 @@ typedef enum _cairo_paginated_mode { /* Sure wish C had a real enum type so that this would be distinct * from #cairo_status_t. Oh well, without that, I'll use this bogus 100 * offset. We want to keep it fit in int8_t as the compiler may choose - * that for cairo_status_t */ + * that for #cairo_status_t */ typedef enum _cairo_int_status { CAIRO_INT_STATUS_UNSUPPORTED = 100, CAIRO_INT_STATUS_DEGENERATE,