summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-01-30 04:40:43 (GMT)
committerGitHub <noreply@github.com>2021-01-30 04:40:43 (GMT)
commit4869307bd67092ff67fd9de2a66980495434f26e (patch)
tree7e7a79301ce1652a191adeb865e364159ff03741 /src
parent6db183590fd04767e6d01c1e871a18e80101c192 (diff)
downloadhdf5-4869307bd67092ff67fd9de2a66980495434f26e.zip
hdf5-4869307bd67092ff67fd9de2a66980495434f26e.tar.gz
hdf5-4869307bd67092ff67fd9de2a66980495434f26e.tar.bz2
Remove unused AC_REVISION macro from configure.ac (#292)
* Fixes a wayward parenthesis in H5TS.c * Removes unmaintained AC_REVISION macro from configure.ac
Diffstat (limited to 'src')
-rw-r--r--src/H5TS.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5TS.c b/src/H5TS.c
index 6c4bb63..572ba65 100644
--- a/src/H5TS.c
+++ b/src/H5TS.c
@@ -405,7 +405,8 @@ H5TS__mutex_acquire(H5TS_mutex_t *mutex, unsigned int lock_count, hbool_t *acqui
*--------------------------------------------------------------------------
*/
herr_t
-H5TSmutex_acquire(unsigned int lock_count, hbool_t *acquired){
+H5TSmutex_acquire(unsigned int lock_count, hbool_t *acquired)
+{
FUNC_ENTER_API_NAMECHECK_ONLY
/*NO TRACE*/