From 82a3d09a65e322b2b6b864dc8570031b97e84243 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 17 Oct 2004 19:34:43 +0000 Subject: Fix warning svn-id: r15593 --- backends/midi/emumidi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'backends') diff --git a/backends/midi/emumidi.h b/backends/midi/emumidi.h index e5daa40647..787d8912f7 100644 --- a/backends/midi/emumidi.h +++ b/backends/midi/emumidi.h @@ -55,6 +55,7 @@ public: int open() { _isOpen = true; _samples_per_tick = (getRate() << FIXP_SHIFT) / BASE_FREQ; + return 0; } void setTimerCallback(void *timer_param, Timer::TimerProc timer_proc) { -- cgit v1.2.3