Michael Stefaniuc : wrc: Fix non-ANSI function declaration. Found by sparse .

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jun 5 05:48:21 CDT 2007


Module: wine
Branch: master
Commit: f69d6fd45038286e71c3000fd4dca338499917b2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f69d6fd45038286e71c3000fd4dca338499917b2

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Jun  5 00:18:25 2007 +0200

wrc: Fix non-ANSI function declaration. Found by sparse.

---

 tools/wrc/translation.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/wrc/translation.c b/tools/wrc/translation.c
index 217aa66..e46fab1 100644
--- a/tools/wrc/translation.c
+++ b/tools/wrc/translation.c
@@ -1040,7 +1040,7 @@ static void add_resource(resource_t *res)
     idnode->langs = langnode;
 }
 
-static void setup_tabs()
+static void setup_tabs(void)
 {
     int i;
 




More information about the wine-cvs mailing list