devilhorns pushed a commit to branch master.

commit 24413bd7ee2adb1a59fe00509e9aa9955b379f14
Author: Chris Michael <[email protected]>
Date:   Mon Aug 5 12:17:26 2013 +0100

    Actually declare fd at the top of function.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_audio/ecore_audio_pulse_ml.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_audio/ecore_audio_pulse_ml.c 
b/src/lib/ecore_audio/ecore_audio_pulse_ml.c
index ce41c7e..7abf7c2 100644
--- a/src/lib/ecore_audio/ecore_audio_pulse_ml.c
+++ b/src/lib/ecore_audio/ecore_audio_pulse_ml.c
@@ -45,10 +45,10 @@ _ecore_io_wrapper(void *data, Ecore_Fd_Handler *handler)
    char buf[64];
    pa_io_event_flags_t flags = 0;
    pa_io_event *event = (pa_io_event *)data;
+   int fd;
 
    if (ecore_main_fd_handler_active_get(handler, ECORE_FD_READ))
      {
-        int fd;
 
         flags |= PA_IO_EVENT_INPUT;
 

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk

Reply via email to