1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00

removed bracket

This commit is contained in:
Evgeny Posenitskiy 2021-03-04 20:43:44 +01:00 committed by GitHub
parent e624be1435
commit b964b73bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,8 +329,6 @@ trexio_exit_code trexio_close(trexio_t* file) {
if (rc != TREXIO_SUCCESS) return TREXIO_FAILURE;
return TREXIO_SUCCESS;
}
}
#+end_src
** Reading/writing data