mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04: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:
parent
b8a1c09ad1
commit
20e0619b16
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue