Cyclone: gcc 4.4 buildfix

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@836 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-12-07 12:11:36 +00:00
parent b8a1c09ad1
commit 20e0619b16

View file

@ -77,7 +77,7 @@ static int is_op_hot(int op)
void ot(const char *format, ...)
{
va_list valist=NULL;
va_list valist;
int i, len;
// notaz: stop me from leaving newlines in the middle of format string