initialize fade_time just to be explicit.

pull/2/head
Christopher Jeffrey 12 years ago
parent fdf1593a09
commit 93de3d1de2

@ -148,7 +148,7 @@ static options_t options = {
* Fades
*/
unsigned long fade_time;
unsigned long fade_time = 0;
/**
* Get current system clock in milliseconds.

Loading…
Cancel
Save