OSDN Git Service

*** empty log message ***
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 13 Jun 2006 19:31:43 +0000 (19:31 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 13 Jun 2006 19:31:43 +0000 (19:31 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@608 1a406e8e-add9-4483-a2c8-d8cac5b7c224

src/chxj_jhtml.c

index 543a413..c019982 100644 (file)
@@ -1988,8 +1988,8 @@ s_jhtml_start_div_tag(jhtml_t* jhtml, Node* child)
 static char*
 s_jhtml_end_div_tag(jhtml_t* jhtml, Node* child)
 {
-  Doc* doc = jhtml->doc;
-  request_rec* r = doc->r;
+  Doc*         doc = jhtml->doc;
+  request_rec* r   = doc->r;
 
   jhtml->out = apr_pstrcat(r->pool, jhtml->out, "</div>\n", NULL);