Add missing break.

SVN revision: 56124
This commit is contained in:
Kim Woelders 2011-01-15 07:45:36 +00:00
parent ab8785e4be
commit 0b78fca099
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ TimerDel(Timer * timer)
/* free it */
_TimerDel(timer);
break;
}
}