[SCM] libav/experimental: Add 'void' keyword to parameterless function declaration.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:36:23 UTC 2013


The following commit has been merged in the experimental branch:
commit cf2c671f8222da514ec48a2e53b868ae18ef4396
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Jan 30 18:44:38 2009 +0000

    Add 'void' keyword to parameterless function declaration.
    
    Originally committed as revision 16861 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffserver.c b/ffserver.c
index d2bdcc3..1fc3e65 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -4441,7 +4441,7 @@ static void handle_child_exit(int sig)
     need_to_start_children = 1;
 }
 
-static void opt_debug()
+static void opt_debug(void)
 {
     ffserver_debug = 1;
     ffserver_daemon = 0;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list