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

Michael Stefaniuc mstefani at redhat.de
Mon Jun 4 17:18:25 CDT 2007


---
 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;
 
-- 
1.5.0.6
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070605/c7e870ca/attachment.pgp


More information about the wine-patches mailing list