From 260a0d0e73f050059bac2693427c6cbdb7dd9b82 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Mon, 9 Dec 2019 16:50:36 -0800 Subject: [PATCH] Update vsf.c Declare variable --- src/meta/vsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/vsf.c b/src/meta/vsf.c index 0c4b7fbb..919260ec 100644 --- a/src/meta/vsf.c +++ b/src/meta/vsf.c @@ -5,7 +5,7 @@ VGMSTREAM * init_vgmstream_ps2_vsf(STREAMFILE *streamFile) { VGMSTREAM * vgmstream = NULL; off_t start_offset; - int loop_flag, channel_count; + int loop_flag, channel_count, pitch; /* checks */ /* .vsf - header id and actual extension (Code Age Commanders [PS2]) */