From 7177358f230d43c3ff5d379df7d051c2fb2a3e71 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 20 Apr 2004 22:35:13 +0000 Subject: [PATCH] Doh! Fix typo. This commit was SVN r1060. --- include/mpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mpi.h b/include/mpi.h index 4dd1fe3752..89aa043e4a 100644 --- a/include/mpi.h +++ b/include/mpi.h @@ -259,7 +259,7 @@ enum { #define MPI_DATATYPE_NULL ((MPI_Datatype) 0) #define MPI_REQUEST_NULL ((MPI_Request) 0) #define MPI_OP_NULL (&lam_mpi_op_null) -#define MPI_ERRHANDLER_NULL (&(lam_mpi_errhandler_null) +#define MPI_ERRHANDLER_NULL (&lam_mpi_errhandler_null) #define MPI_INFO_NULL ((MPI_Info) 0) #define MPI_WIN_NULL ((MPI_Win) 0) #define MPI_FILE_NULL ((MPI_File) 0)