projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab6c22
)
riched20: Fix placement of crlf on font table streamout.
author
Massimo Del Fedele
<max@veneto.com>
Sat, 25 Apr 2009 17:56:11 +0000
(19:56 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 27 Apr 2009 11:24:09 +0000
(13:24 +0200)
dlls/riched20/writer.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/riched20/writer.c
b/dlls/riched20/writer.c
index
b6c3ed6
..
6cadbd4
100644
(file)
--- a/
dlls/riched20/writer.c
+++ b/
dlls/riched20/writer.c
@@
-295,10
+295,10
@@
ME_StreamOutRTFFontAndColorTbl(ME_OutStream *pStream, ME_DisplayItem *pFirstRun,
}
if (!ME_StreamOutRTFText(pStream, table[i].szFaceName, -1))
return FALSE;
- if (!ME_StreamOutPrint(pStream, ";}
\r\n
"))
+ if (!ME_StreamOutPrint(pStream, ";}"))
return FALSE;
}
- if (!ME_StreamOutPrint(pStream, "}"))
+ if (!ME_StreamOutPrint(pStream, "}
\r\n
"))
return FALSE;
/* Output colors table if not empty */