diff options
| author | bellard <bellard> | 2002-07-14 14:39:27 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2002-07-14 14:39:27 +0000 |
| commit | 9a8976d5eb9f1fc899fd583764667a1e00b10d53 (patch) | |
| tree | 1bfb40182fd51277ff6a3404a5996ffbaa669347 /tcctest.c | |
| parent | 6cd36b12850cf7c45c1dc802ccba7c64f281d44d (diff) | |
| download | tinycc-9a8976d5eb9f1fc899fd583764667a1e00b10d53.tar.gz tinycc-9a8976d5eb9f1fc899fd583764667a1e00b10d53.tar.bz2 | |
update
Diffstat (limited to 'tcctest.c')
| -rw-r--r-- | tcctest.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ void string_test() printf("wc=%C 0x%lx %C\n", L'a', L'\x1234', L'c'); printf("wstring=%S\n", L"abc"); printf("wstring=%S\n", L"abc" L"def" "ghi"); - ps("test"); + ps("test\n"); b = 32; while ((b = b + 1) < 96) { printf("%c", b); |
