From: agiersch Date: Thu, 17 Feb 2011 12:38:02 +0000 (+0000) Subject: Remove ; after SG_BEGIN_DECL(). X-Git-Tag: v3.6_beta2~289 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/801093e4245e0d7e2ece7d02d373eb5ca7192776 Remove ; after SG_BEGIN_DECL(). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9648 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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)