From 16fd6485b762a41926c932844f4b50b36725a4dd Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 14 Feb 2009 15:25:16 +0000 Subject: Add missing colons svn path=/trunk/libcss/; revision=6496 --- test/dump_computed.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/dump_computed.h') diff --git a/test/dump_computed.h b/test/dump_computed.h index 0d81674..2274ad6 100644 --- a/test/dump_computed.h +++ b/test/dump_computed.h @@ -378,7 +378,7 @@ static void dump_computed_style(const css_computed_style *style, char *buf, case CSS_BORDER_STYLE_RIDGE: wrote = snprintf(ptr, *len, "border-top-style: ridge\n"); break; - case CSS_BORDER_STYLE_INSET + case CSS_BORDER_STYLE_INSET: wrote = snprintf(ptr, *len, "border-top-style: inset\n"); break; case CSS_BORDER_STYLE_OUTSET: @@ -418,7 +418,7 @@ static void dump_computed_style(const css_computed_style *style, char *buf, case CSS_BORDER_STYLE_RIDGE: wrote = snprintf(ptr, *len, "border-right-style: ridge\n"); break; - case CSS_BORDER_STYLE_INSET + case CSS_BORDER_STYLE_INSET: wrote = snprintf(ptr, *len, "border-right-style: inset\n"); break; case CSS_BORDER_STYLE_OUTSET: @@ -458,7 +458,7 @@ static void dump_computed_style(const css_computed_style *style, char *buf, case CSS_BORDER_STYLE_RIDGE: wrote = snprintf(ptr, *len, "border-bottom-style: ridge\n"); break; - case CSS_BORDER_STYLE_INSET + case CSS_BORDER_STYLE_INSET: wrote = snprintf(ptr, *len, "border-bottom-style: inset\n"); break; case CSS_BORDER_STYLE_OUTSET: @@ -498,7 +498,7 @@ static void dump_computed_style(const css_computed_style *style, char *buf, case CSS_BORDER_STYLE_RIDGE: wrote = snprintf(ptr, *len, "border-left-style: ridge\n"); break; - case CSS_BORDER_STYLE_INSET + case CSS_BORDER_STYLE_INSET: wrote = snprintf(ptr, *len, "border-left-style: inset\n"); break; case CSS_BORDER_STYLE_OUTSET: -- cgit v1.2.3