From 7ba7ffd84366a27661d4dda946f2508d85955556 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 16 Jun 2004 11:30:28 +0000 Subject: remove extra ';' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4754 a1c6a512-1295-4272-9138-f99709370657 --- firmware/id3.c | 2 +- firmware/kernel.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/id3.c b/firmware/id3.c index eb0c4b80b8..cd5d978b29 100644 --- a/firmware/id3.c +++ b/firmware/id3.c @@ -203,7 +203,7 @@ static int read_unsynched(int fd, void *buf, int len) } return len; -}; +} static int skip_unsynched(int fd, int len) { diff --git a/firmware/kernel.c b/firmware/kernel.c index 84fb438b49..ec2c149cc5 100644 --- a/firmware/kernel.c +++ b/firmware/kernel.c @@ -35,7 +35,7 @@ static struct event_queue *all_queues[32]; static int num_queues; void sleep(int ticks) __attribute__ ((section(".icode"))); -void queue_wait(struct event_queue *q, struct event *ev) __attribute__ ((section(".icode")));; +void queue_wait(struct event_queue *q, struct event *ev) __attribute__ ((section(".icode"))); /**************************************************************************** * Standard kernel stuff -- cgit v1.2.3