summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/bin2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/bin2c.c')
-rw-r--r--rbutil/sansapatcher/bin2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/sansapatcher/bin2c.c b/rbutil/sansapatcher/bin2c.c
index 6aa3e49f69..a9ff6743f5 100644
--- a/rbutil/sansapatcher/bin2c.c
+++ b/rbutil/sansapatcher/bin2c.c
@@ -72,6 +72,7 @@ static int write_cfile(unsigned char* buf, off_t len, char* cname)
72 72
73static int write_hfile(unsigned char* buf, off_t len, char* cname) 73static int write_hfile(unsigned char* buf, off_t len, char* cname)
74{ 74{
75 (void)buf;
75 char filename[256]; 76 char filename[256];
76 FILE* fp; 77 FILE* fp;
77 78