Fix code formatting
svn-id: r38930
This commit is contained in:
parent
4042eb8259
commit
d53c75fc8f
27 changed files with 194 additions and 358 deletions
|
@ -1062,8 +1062,7 @@ static int _sci1_process_next_command(sci1_song_iterator_t *self,
|
|||
return retval;
|
||||
}
|
||||
|
||||
static song_iterator_t *
|
||||
_sci1_handle_message(sci1_song_iterator_t *self,
|
||||
static song_iterator_t *_sci1_handle_message(sci1_song_iterator_t *self,
|
||||
song_iterator_message_t msg) {
|
||||
if (msg.recipient == _SIMSG_BASE) { /* May extend this in the future */
|
||||
switch (msg.type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue