Avoid an uninitialised variable warning from gcc. I bet some people
don't like me doing this, but I want to see clean compiles. 8-)
This commit is contained in:
parent
756985ab45
commit
554ce32897
@ -113,7 +113,7 @@ int cursor = SP->_cursor;
|
||||
|
||||
int delay_output(int ms)
|
||||
{
|
||||
int speed;
|
||||
int speed = 0;
|
||||
|
||||
T(("delay_output(%d) called", ms));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user