projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f14452
)
Use f(void) instead of f()
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 30 Oct 2006 16:21:29 +0000
(16:21 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 30 Oct 2006 16:21:29 +0000
(16:21 +0000)
isamb/tstisamb.c
patch
|
blob
|
history
diff --git
a/isamb/tstisamb.c
b/isamb/tstisamb.c
index
986899e
..
873d0cf
100644
(file)
--- 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;
}