summaryrefslogtreecommitdiff
path: root/src/spc700/spcgen.c
diff options
context:
space:
mode:
authoraliaspider2015-11-04 17:59:57 +0100
committeraliaspider2015-11-04 17:59:57 +0100
commit0e70c7f861ed41b86be891882d08cd0fa0530d55 (patch)
treebfa04def3519523ce64280494c9d7c44f05fdfbe /src/spc700/spcgen.c
parent47d0f0c4a19a0566912ca293ff29abd32e6d01a9 (diff)
downloadsnes9x2002-0e70c7f861ed41b86be891882d08cd0fa0530d55.tar.gz
snes9x2002-0e70c7f861ed41b86be891882d08cd0fa0530d55.tar.bz2
snes9x2002-0e70c7f861ed41b86be891882d08cd0fa0530d55.zip
cleanups
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