Skip to content

Commit

Permalink
Merge pull request #12125 from jsquyres/pr/v5.0.x/fix-error-quote
Browse files Browse the repository at this point in the history
v5.0.x: ompi: fix typo in error message
  • Loading branch information
jsquyres authored Nov 27, 2023
2 parents bf2840a + bdef38c commit 03469f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ompi/instance/instance.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Copyright (c) 2022 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2023 Jeffrey M. Squyres. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
Expand Down Expand Up @@ -67,7 +68,7 @@ __opal_attribute_constructor__ static void instance_lock_init(void) {
OBJ_CONSTRUCT(&instance_lock, opal_recursive_mutex_t);
}
#else
#error "No support for recursive mutexes available on this platform.
#error "No support for recursive mutexes available on this platform."
#endif /* defined(OPAL_RECURSIVE_MUTEX_STATIC_INIT) */

/** MPI_Init instance */
Expand Down

0 comments on commit 03469f7

Please sign in to comment.