summaryrefslogtreecommitdiff
path: root/src/spc700/spcgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spc700/spcgen.c')
-rw-r--r--src/spc700/spcgen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spc700/spcgen.c b/src/spc700/spcgen.c
index 5a15bd7..3ac06d6 100644
--- a/src/spc700/spcgen.c
+++ b/src/spc700/spcgen.c
@@ -87,7 +87,7 @@ static char buff[1024];
void ot(char *format, ...)
{
- va_list valist=NULL;
+ va_list valist;
int i, len;
// notaz: stop me from leaving newlines in the middle of format string
@@ -103,7 +103,7 @@ void ot(char *format, ...)
// ot buffered
void otb(char *format, ...)
{
- va_list valist=NULL;
+ va_list valist;
int i, len;
// notaz: stop me from leaving newlines in the middle of format string