summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-16 11:30:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-16 11:30:28 +0000
commit7ba7ffd84366a27661d4dda946f2508d85955556 (patch)
tree0911367ec9b255700531f056934d1c2da4f128c6
parent43d351a3d12e9762a86ec2dc2c0a65be3ffbd8ad (diff)
downloadrockbox-7ba7ffd84366a27661d4dda946f2508d85955556.tar.gz
rockbox-7ba7ffd84366a27661d4dda946f2508d85955556.zip
remove extra ';'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4754 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/id3.c2
-rw-r--r--firmware/kernel.c2
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)
203 } 203 }
204 204
205 return len; 205 return len;
206}; 206}
207 207
208static int skip_unsynched(int fd, int len) 208static int skip_unsynched(int fd, int len)
209{ 209{
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];
35static int num_queues; 35static int num_queues;
36 36
37void sleep(int ticks) __attribute__ ((section(".icode"))); 37void sleep(int ticks) __attribute__ ((section(".icode")));
38void queue_wait(struct event_queue *q, struct event *ev) __attribute__ ((section(".icode")));; 38void queue_wait(struct event_queue *q, struct event *ev) __attribute__ ((section(".icode")));
39 39
40/**************************************************************************** 40/****************************************************************************
41 * Standard kernel stuff 41 * Standard kernel stuff