diff options
Diffstat (limited to 'test/dw_lists.cc')
-rw-r--r-- | test/dw_lists.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_lists.cc b/test/dw_lists.cc index 09b85b2c..a87c6ddc 100644 --- a/test/dw_lists.cc +++ b/test/dw_lists.cc @@ -89,7 +89,7 @@ int main(int argc, char **argv) "comes", "some", "more", "text", "to", "demonstrate", "word", "wrapping.", NULL }; - + for(int i = 0; wordsPar[i]; i++) { if(i != 0) textblock->addSpace (wordStyle); |