summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-01-23 15:09:45 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-01-23 15:09:45 +0800
commitd1d03b072337c249adfaeb5ff936fa2d9065b9c7 (patch)
treeb9a10e4d3796fdeb90f6b061e1574c8a6b55720c /util
parent871ceb1fe146ef185d0047df6d2c17afda38e363 (diff)
downloadpttbbs-d1d03b072337c249adfaeb5ff936fa2d9065b9c7.tar
pttbbs-d1d03b072337c249adfaeb5ff936fa2d9065b9c7.tar.gz
pttbbs-d1d03b072337c249adfaeb5ff936fa2d9065b9c7.tar.bz2
pttbbs-d1d03b072337c249adfaeb5ff936fa2d9065b9c7.tar.lz
pttbbs-d1d03b072337c249adfaeb5ff936fa2d9065b9c7.tar.xz
pttbbs-d1d03b072337c249adfaeb5ff936fa2d9065b9c7.tar.zst
pttbbs-d1d03b072337c249adfaeb5ff936fa2d9065b9c7.zip
Allow user to modify their chess country self-description.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2420 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/chesscountry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/chesscountry.c b/util/chesscountry.c
index 35851083..345cec8b 100644
--- a/util/chesscountry.c
+++ b/util/chesscountry.c
@@ -176,7 +176,7 @@ main(void)
other[strlen(other) - 1] = 0;
fprintf(fp1, "<被誰俘虜> %s", other);
}
- fprintf(fp1, "\n<自我說明> ");
+ fprintf(fp1, "\n<自我說明> \n");
fclose(fp1);
}
}