diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/chesscountry.c | 2 |
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); } } |