mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-29 01:19:46 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user