Another typo found

This commit is contained in:
2018-07-23 19:51:15 +02:00
parent 3ed00e610f
commit 2508603516

View File

@@ -2920,7 +2920,7 @@ PH7_PRIVATE void *PH7_StreamOpenHandle(ph7_vm *pVm, const ph7_io_stream *pStream
}
}
} else {
/* Open the URI direcly */
/* Open the URI directly */
rc = pStream->xOpen(zFile, iFlags, pResource, &pHandle);
}
if(rc != PH7_OK) {