Skip to content

Commit 2c8437c

Browse files
committed
fs/pvfs2: fix a common symbol
1 parent eba5293 commit 2c8437c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/fs/pvfs2/fs_pvfs2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ BEGIN_C_DECLS
4848
struct mca_fs_pvfs2_s {
4949
PVFS_credentials credentials;
5050
PVFS_object_ref object_ref;
51-
} mca_fs_pvfs2_s;
51+
};
5252
typedef struct mca_fs_pvfs2_s mca_fs_pvfs2;
5353

5454
int mca_fs_pvfs2_component_init_query(bool enable_progress_threads,

0 commit comments

Comments
 (0)