File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
* Copyright (c) 2010-2014 Los Alamos National Security, LLC.
18
18
* All rights reserved.
19
19
* Copyright (c) 2014 Hochschule Esslingen. All rights reserved.
20
- * Copyright (c) 2015 Research Organization for Information Science
20
+ * Copyright (c) 2015-2023 Research Organization for Information Science
21
21
* and Technology (RIST). All rights reserved.
22
22
* Copyright (c) 2015-2023 Mellanox Technologies, Inc.
23
23
* All rights reserved.
@@ -92,7 +92,8 @@ static char *opal_var_dump_color_string = NULL;
92
92
static char * opal_var_dump_color_keys [OPAL_VAR_DUMP_COLOR_KEY_COUNT + 1 ] = {
93
93
[OPAL_VAR_DUMP_COLOR_VAR_NAME ] = "name" ,
94
94
[OPAL_VAR_DUMP_COLOR_VAR_VALUE ] = "value" ,
95
- [OPAL_VAR_DUMP_COLOR_VALID_VALUES ] = "valid_values"
95
+ [OPAL_VAR_DUMP_COLOR_VALID_VALUES ] = "valid_values" ,
96
+ [OPAL_VAR_DUMP_COLOR_KEY_COUNT ] = NULL
96
97
};
97
98
98
99
/**
You can’t perform that action at this time.
0 commit comments