Skip to content

Commit 58b5c20

Browse files
committedOct 1, 2020
timer.c: Remove useless conditional
1 parent 96c2f48 commit 58b5c20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎timer.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ static void timer_tick(int delta)
109109
{
110110
unsigned int old_ticks;
111111

112-
if(reloaded)
113-
reloaded = 0;
112+
reloaded = 0;
114113

115114
/* Delays the counter reload by a tick */
116115
if(reload)

0 commit comments

Comments
 (0)
Please sign in to comment.