diff options
Diffstat (limited to 'src/conv/raw/vsd2raw.cpp')
-rw-r--r-- | src/conv/raw/vsd2raw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conv/raw/vsd2raw.cpp b/src/conv/raw/vsd2raw.cpp index f65ace5..62f7ad6 100644 --- a/src/conv/raw/vsd2raw.cpp +++ b/src/conv/raw/vsd2raw.cpp @@ -131,7 +131,7 @@ WPXString getPropString(const WPXPropertyList &propList) propString.append(i.key()); propString.append(": "); propString.append(i()->getStr().cstr()); - for (; i.next(); ) + for (; i.next();) { propString.append(", "); propString.append(i.key()); |