Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove ; after SG_BEGIN_DECL().
authoragiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 17 Feb 2011 12:38:02 +0000 (12:38 +0000)
committeragiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 17 Feb 2011 12:38:02 +0000 (12:38 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9648 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/xbt/dict.h

index e8ea361..8a26fc5 100644 (file)
@@ -14,7 +14,7 @@
 #include "xbt/dynar.h"          /* void_f_pvoid_t */
 #include <stdint.h>             /* uintptr_t */
 
 #include "xbt/dynar.h"          /* void_f_pvoid_t */
 #include <stdint.h>             /* uintptr_t */
 
-SG_BEGIN_DECL();
+SG_BEGIN_DECL()
 
 /** @addtogroup XBT_dict
  *  @brief The dictionary data structure (comparable to hash tables)
 
 /** @addtogroup XBT_dict
  *  @brief The dictionary data structure (comparable to hash tables)