| commit | e76218dd61b112c21a14b3c2c7835b5dba873e27 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Wed May 09 17:31:31 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed May 09 17:31:31 2001 +0000 |
| tree | 0f7f96897466176af0c4a1f18bdbe4f4e8cad628 | |
| parent | 3abeae8f4af46f1d8ddc158f6bc9892504a38982 [diff] [blame] |
Add '\n' at the end of traces.
diff --git a/files/profile.c b/files/profile.c index c0db4ef..5ae6f65 100644 --- a/files/profile.c +++ b/files/profile.c
@@ -993,8 +993,7 @@ retval = def; } - TRACE("(\"%s\", \"%s\", %s), " - "[%c], ret %s.\n", section, key_name, + TRACE("(\"%s\", \"%s\", %s), [%c], ret %s.\n", section, key_name, def ? "TRUE" : "FALSE", key_value[0], retval ? "TRUE" : "FALSE");