Changed foo(void) to foo() in almost all non-backend source files
svn-id: r45616
This commit is contained in:
parent
400ee8c461
commit
51933629d1
284 changed files with 1428 additions and 1428 deletions
|
@ -457,7 +457,7 @@ void saveSeqList(Common::OutSaveFile &out) {
|
|||
}
|
||||
}
|
||||
|
||||
bool CineEngine::loadSaveDirectory(void) {
|
||||
bool CineEngine::loadSaveDirectory() {
|
||||
Common::InSaveFile *fHandle;
|
||||
char tmp[80];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue