From afecfe46f314e9b5ba1d5d1d98d3e521be5f00b0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 10 Apr 2008 21:16:00 +0000 Subject: cleanup code for picky compiler warning options git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17060 a1c6a512-1295-4272-9138-f99709370657 --- tools/gigabeats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/gigabeats.c') diff --git a/tools/gigabeats.c b/tools/gigabeats.c index 2c5a6286af..66fd885eb2 100644 --- a/tools/gigabeats.c +++ b/tools/gigabeats.c @@ -36,7 +36,7 @@ static FILE * openinfile( const char * filename ) exit( -1 ); }; return F; -}; +} static FILE * openoutfile( const char * filename ) { @@ -48,7 +48,7 @@ static FILE * openoutfile( const char * filename ) exit( -1 ); }; return F; -}; +} static uint32_t calc_csum(const unsigned char* pb, int cb) { -- cgit v1.2.3