From 801093e4245e0d7e2ece7d02d373eb5ca7192776 Mon Sep 17 00:00:00 2001 From: agiersch Date: Thu, 17 Feb 2011 12:38:02 +0000 Subject: [PATCH] Remove ; after SG_BEGIN_DECL(). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9648 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/xbt/dict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbt/dict.h b/include/xbt/dict.h index e8ea361617..8a26fc58f0 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -14,7 +14,7 @@ #include "xbt/dynar.h" /* void_f_pvoid_t */ #include /* uintptr_t */ -SG_BEGIN_DECL(); +SG_BEGIN_DECL() /** @addtogroup XBT_dict * @brief The dictionary data structure (comparable to hash tables) -- 2.20.1