From 58c0ae56c63692ba8f8856cdbb25a060c1317b77 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 30 Oct 2006 16:21:29 +0000 Subject: [PATCH] Use f(void) instead of f() --- isamb/tstisamb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 1.7.10.4