mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix [-Wstrict-prototypes] in DBA
I've missed this case while doing all the other ones.
This commit is contained in:
parent
08bae7f370
commit
648e896d0e
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ int cdb_make_finish(struct cdb_make *c)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ cdb_make_version */
|
||||
const char *cdb_make_version()
|
||||
const char *cdb_make_version(void)
|
||||
{
|
||||
return "0.75, $Id$";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue