mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33661
@ -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…
Reference in New Issue
Block a user