From ed36e406469711b78a3aecfde23a489aa0b26572 Mon Sep 17 00:00:00 2001 From: Edgar Gabriel Date: Fri, 15 Jul 2005 12:57:09 +0000 Subject: [PATCH] stupid comma issue This commit was SVN r6516. --- ompi/attribute/attribute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/attribute/attribute.h b/ompi/attribute/attribute.h index a66761659a..ed97c55ca2 100644 --- a/ompi/attribute/attribute.h +++ b/ompi/attribute/attribute.h @@ -53,7 +53,7 @@ enum ompi_attribute_type_t { using memset in the constructor */ TYPE_ATTR /**< The attribute belongs to datatype object */ #if OMPI_WANT_MPI2_ONE_SIDED - WIN_ATTR, /**< The attribute belongs to a win object */ + , WIN_ATTR /**< The attribute belongs to a win object */ #endif }; typedef enum ompi_attribute_type_t ompi_attribute_type_t;