[poppler] fofi/FoFiType1.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Fri Oct 3 16:48:04 PDT 2008
fofi/FoFiType1.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4c6cb1c204d782e2ac2113b57f6d372b4716017d
Author: Albert Astals Cid <aacid at kde.org>
Date: Sat Oct 4 01:46:58 2008 +0200
Remove spurious //
diff --git a/fofi/FoFiType1.cc b/fofi/FoFiType1.cc
index 3435823..5bfeaed 100644
--- a/fofi/FoFiType1.cc
+++ b/fofi/FoFiType1.cc
@@ -254,7 +254,7 @@ void FoFiType1::parse() {
for (; *p == ' ' || *p == '\t'; ++p); // eat spaces between string and put
if (!strncmp(p, "put", 3)) {
// eat put and spaces and newlines after put
- for (p += 3; *p == ' ' || *p == '\t' || *p == '\n' || *p == '\r'; ++p); //
+ for (p += 3; *p == ' ' || *p == '\t' || *p == '\n' || *p == '\r'; ++p);
if (*p)
{
// there is still something after the definition
More information about the poppler
mailing list