OSDN Git Service

* novice.
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Mon, 21 Apr 2008 17:07:35 +0000 (17:07 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Mon, 21 Apr 2008 17:07:35 +0000 (17:07 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/RELEASE_0_12_0@2424 1a406e8e-add9-4483-a2c8-d8cac5b7c224

src/chxj_jhtml.c

index f9acbbf..db5e336 100644 (file)
@@ -496,7 +496,7 @@ chxj_exchange_jhtml(
  * @param spec  [i]   The pointer to the device_table
  */
 static void
-s_init_jhtml(jhtml_t* jhtml, Doc* doc, request_rec* r, device_table* spec)
+s_init_jhtml(jhtml_t *jhtml, Doc *doc, request_rec *r, device_table *spec)
 {
   memset(doc,   0, sizeof(Doc));
   memset(jhtml, 0, sizeof(jhtml_t));