Cleanup
This commit is contained in:
parent
a68a33c559
commit
3cd76a6849
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue