diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2009-02-08 23:54:32 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2009-02-08 23:54:32 +0000 |
| commit | bbac3773a111069893e6522cce0ee316d5801bcf (patch) | |
| tree | 5dfd373c1c713136533647bfeb5066a654c25113 /src/extension | |
| parent | scale x-axis-rotation angle in elliptical arc (diff) | |
| download | inkscape-bbac3773a111069893e6522cce0ee316d5801bcf.tar.gz inkscape-bbac3773a111069893e6522cce0ee316d5801bcf.zip | |
gcc warning cleanup:
warning: suggest a space before ‘;’ or explicit braces around empty body
in 'for'/'while' statement
(bzr r7251)
Diffstat (limited to 'src/extension')
| -rw-r--r-- | src/extension/timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/timer.cpp b/src/extension/timer.cpp index 640bf143d..3941ddcfc 100644 --- a/src/extension/timer.cpp +++ b/src/extension/timer.cpp @@ -72,7 +72,7 @@ ExpirationTimer::~ExpirationTimer(void) ExpirationTimer * prev; for (prev = timer_list; prev->next != this; - prev = prev->next); + prev = prev->next){}; prev->next = next; if (idle_start == this) |
