From 2d822c2fb2d566f5625ebb14ae05adda6d50be8c Mon Sep 17 00:00:00 2001 From: konn Date: Mon, 21 Apr 2008 17:07:24 +0000 Subject: [PATCH] * novice. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/RELEASE_0_12_0@2419 1a406e8e-add9-4483-a2c8-d8cac5b7c224 --- src/chxj_dump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chxj_dump.c b/src/chxj_dump.c index 401e1908..2bda8085 100644 --- a/src/chxj_dump.c +++ b/src/chxj_dump.c @@ -18,10 +18,10 @@ #include "qs_log.h" void -chxj_dump_out(const char* UNUSED(title), const char* UNUSED(s), int UNUSED(slen)) +chxj_dump_out(const char *UNUSED(title), const char *UNUSED(s), int UNUSED(slen)) { #ifdef DUMP_LOG - FILE* fp=fopen(DUMP_LOG, "a"); + FILE *fp=fopen(DUMP_LOG, "a"); if (fp != NULL) { fprintf(fp, "%s\n", title); fprintf(fp, "[%.*s]\n", slen, s); -- 2.11.0