From: Adam Dickmeiss Date: Mon, 30 Oct 2006 16:21:29 +0000 (+0000) Subject: Use f(void) instead of f() X-Git-Tag: ZEBRA.2.0.6~72 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=58c0ae56c63692ba8f8856cdbb25a060c1317b77 Use f(void) instead of f() --- diff --git a/isamb/tstisamb.c b/isamb/tstisamb.c index 986899e..873d0cf 100644 --- a/isamb/tstisamb.c +++ b/isamb/tstisamb.c @@ -1,4 +1,4 @@ -/* $Id: tstisamb.c,v 1.24 2006-08-14 10:40:17 adam Exp $ +/* $Id: tstisamb.c,v 1.25 2006-10-30 16:21:29 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -52,7 +52,7 @@ int compare_item(const void *a, const void *b) return 0; } -void *code_start() +void *code_start(void) { return 0; }