CXX_BUILD buildfix

This commit is contained in:
twinaphex 2019-05-24 03:14:30 +02:00
parent cec5f95da0
commit 320d22f5b8
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ static autosave_t *autosave_new(const char *path,
if (!buf)
{
free(handle);
return false;
return NULL;
}
handle->buffer = buf;