Skip to content

Commit 1c32742

Browse files
committed
pmix_ext20: fix syntax error
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 99f7096 commit 1c32742

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/mca/pmix/ext20/pmix_ext20.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* and Technology (RIST). All rights reserved.
66
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
77
* All rights reserved.
8+
* Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
89
* $COPYRIGHT$
910
*
1011
* Additional copyrights may follow
@@ -1183,7 +1184,7 @@ static void tscon(pmix20_threadshift_t *p)
11831184
p->event_codes = NULL;
11841185
p->info = NULL;
11851186
p->evhandler = NULL;
1186-
p-<nondefault = false;
1187+
p->nondefault = false;
11871188
p->cbfunc = NULL;
11881189
p->opcbfunc = NULL;
11891190
p->cbdata = NULL;

0 commit comments

Comments
 (0)