diff --git a/rbutil/sansapatcher/bin2c.c b/rbutil/sansapatcher/bin2c.c index 4e9bd4a782..6aa3e49f69 100644 --- a/rbutil/sansapatcher/bin2c.c +++ b/rbutil/sansapatcher/bin2c.c @@ -51,7 +51,7 @@ static int write_cfile(unsigned char* buf, off_t len, char* cname) return -1; } - fprintf(fp,"/* Generated by ipod2c */\n\n"); + fprintf(fp,"/* Generated by bin2c */\n\n"); fprintf(fp,"unsigned char %s[] = {",cname); for (i=0;i