From 2f1a262a60a8c4bd6cce861dd407945aa440cdfe Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 12 Jun 2007 14:13:57 +0000 Subject: Cosmetic change - "ipod2c" should be "bin2c" in the comments in the generated .c/.h files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13621 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/sansapatcher/bin2c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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