blob: 98ba205df47a3235779f78cd8f64525f1b19bba2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- src/rio_add_song.c.orig Sun Aug 22 16:53:27 2004
+++ src/rio_add_song.c Sun Aug 22 16:55:17 2004
@@ -325,6 +325,7 @@
send_command (rio_dev, 0x58, 0x0, card_number);
try_next:
+ break;
} /* end of add file loop */
/* Close device */
@@ -624,7 +625,7 @@
safe_strcat(display_string, "%", DISPLAY_STRING_LEN);
break;
- default: /* No Action */
+ default: break; /* No Action */
}
} else {
|