diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-12-08 01:24:07 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-12-08 01:24:07 +0000 |
| commit | 08a6877d14c0b90e7fe661383f15f20a2a03bd2c (patch) | |
| tree | 854008faa6cdc3a0546b2a7d84f6505fa1058f76 /src/ui/dialog | |
| parent | Add rect to SP Control point on locked guides (diff) | |
| parent | static code analysis (diff) | |
| download | inkscape-08a6877d14c0b90e7fe661383f15f20a2a03bd2c.tar.gz inkscape-08a6877d14c0b90e7fe661383f15f20a2a03bd2c.zip | |
update to trunk
(bzr r14500.1.14)
Diffstat (limited to 'src/ui/dialog')
| -rw-r--r-- | src/ui/dialog/grid-arrange-tab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/grid-arrange-tab.cpp b/src/ui/dialog/grid-arrange-tab.cpp index 53c25c3d5..639e463ea 100644 --- a/src/ui/dialog/grid-arrange-tab.cpp +++ b/src/ui/dialog/grid-arrange-tab.cpp @@ -305,7 +305,7 @@ g_print("\n row = %f col = %f selection x= %f selection y = %f", total_row_h GSList *current_row = NULL; col_cnt = 0; - for(;it!=sorted.end()&&col_cnt<NoOfCols;it++) { + for(;it!=sorted.end()&&col_cnt<NoOfCols;++it) { current_row = g_slist_append (current_row, *it); col_cnt++; } |
