initialize fade_time just to be explicit.

This commit is contained in:
Christopher Jeffrey 2012-09-26 03:18:10 -05:00
parent e4e1ed092f
commit bccda565a2
1 changed files with 1 additions and 1 deletions

View File

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