This commit is contained in:
twinaphex 2016-06-27 07:02:22 +02:00
parent a68a33c559
commit 3cd76a6849
1 changed files with 5 additions and 5 deletions

View File

@ -191,7 +191,7 @@ bool content_undo_load_state()
*
* Returns: true if successful, false otherwise.
**/
bool content_undo_save_state()
bool content_undo_save_state(void)
{
bool ret = filestream_write_file(undo_save_buf.path, undo_save_buf.data, undo_save_buf.size);