Skip to content

Commit 2e66e3f

Browse files
committed
coverity CID 1472866: missing return in mca_base_var_load_extra_files
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
1 parent 149dfb7 commit 2e66e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/base/mca_base_var.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) 2004-2008 The Trustees of Indiana University and Indiana
44
* University Research and Technology
55
* Corporation. All rights reserved.
6-
* Copyright (c) 2004-2012 The University of Tennessee and The University
6+
* Copyright (c) 2004-2021 The University of Tennessee and The University
77
* of Tennessee Research Foundation. All rights
88
* reserved.
99
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,

0 commit comments

Comments
 (0)