From 52a09ad262691ae0ef8dc2892ef1709d45ec8ec7 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Sun, 8 Dec 2002 14:23:44 +0000 Subject: fix indent --- html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html.c') diff --git a/html.c b/html.c index df86175..e4c644d 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.20 2002/12/06 16:50:19 ukai Exp $ */ +/* $Id: html.c,v 1.21 2002/12/08 14:23:44 ukai Exp $ */ #include "html.h" /* Define HTML Tag Infomation Table */ @@ -226,7 +226,7 @@ TagInfo TagMAP[MAX_HTMLTAG] = { {"sub", NULL, 0, 0}, /* 102 HTML_SUB */ {"/sub", NULL, 0, 0}, /* 103 HTML_N_SUB */ {"link", ALST_LINK, MAXA_LINK, 0}, /* 104 HTML_LINK */ - {"s", NULL, 0, 0}, /* 105 HTML_S */ + {"s", NULL, 0, 0}, /* 105 HTML_S */ {"/s", NULL, 0, TFLG_END}, /* 106 HTML_N_S */ {NULL, NULL, 0, 0}, /* 107 Undefined */ -- cgit v1.2.3