fix the return type of the libpd_openfile() function
This is to make the libpd_openfile()
function look identical to the vanilla libpd emscripten branch so the returned pointer can be used to close an opened patch using libpd_closefile()
.
I think this will allow me to close patches more safely than sending the menuclose
message.