Fix [-Wstrict-prototypes] in DBA

I've missed this case while doing all the other ones.
This commit is contained in:
George Peter Banyard 2023-03-06 17:03:41 +00:00
parent 08bae7f370
commit 648e896d0e
No known key found for this signature in database
GPG Key ID: 3306078E3194AEBD

View File

@ -236,7 +236,7 @@ int cdb_make_finish(struct cdb_make *c)
/* }}} */ /* }}} */
/* {{{ cdb_make_version */ /* {{{ cdb_make_version */
const char *cdb_make_version() const char *cdb_make_version(void)
{ {
return "0.75, $Id$"; return "0.75, $Id$";
} }