diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2015-12-07 20:20:33 +0000 |
|---|---|---|
| committer | Kris De Gussem <Kris.De.Gussem@hotmail.com> | 2015-12-07 20:20:33 +0000 |
| commit | 25fbd2cc032dd472c3f85468c957b52e2a10d446 (patch) | |
| tree | f5f78fcda0892585163d99a5840dbddc21304751 /src/ui/dialog | |
| parent | static code analysis (diff) | |
| download | inkscape-25fbd2cc032dd472c3f85468c957b52e2a10d446.tar.gz inkscape-25fbd2cc032dd472c3f85468c957b52e2a10d446.zip | |
static code analysis
(bzr r14510)
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++; } |
