Skip to content

Commit 648e896

Browse files
committed
Fix [-Wstrict-prototypes] in DBA
I've missed this case while doing all the other ones.
1 parent 08bae7f commit 648e896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dba/libcdb/cdb_make.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ int cdb_make_finish(struct cdb_make *c)
236236
/* }}} */
237237

238238
/* {{{ cdb_make_version */
239-
const char *cdb_make_version()
239+
const char *cdb_make_version(void)
240240
{
241241
return "0.75, $Id$";
242242
}

0 commit comments

Comments
 (0)