Skip to content

Commit

Permalink
Merge pull request DavidGriffith#9 from ZoeB/master
Browse files Browse the repository at this point in the history
Declare argument type
  • Loading branch information
DavidGriffith committed Jul 11, 2015
2 parents 447ef4a + 17018cb commit 126bc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curses/ux_audio_none.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void os_stop_sample (int number)
*
*/

void os_finish_with_sample (number)
void os_finish_with_sample (int number)
{

/* Not implemented */
Expand Down

0 comments on commit 126bc9b

Please sign in to comment.