- doxygen
[oweals/gnunet.git] / src / experimentation / gnunet-daemon-experimentation_capabilities.c
index 9752cf776fce5acd2b1445aa7c4e3e6ececbde59..7d74c2827432976748bdc35aeeb7de6be41e77be 100644 (file)
@@ -40,7 +40,7 @@ uint32_t GSE_node_capabilities;
 /**
  * Capabilities defined at the moment
  */
-#define GNUNET_EXPERIMENTATION_capabilities_count 11;
+#define GNUNET_EXPERIMENTATION_capabilities_count 11
 
 
 /**
@@ -71,7 +71,7 @@ GED_capability_to_str (uint32_t cap)
        if (test != cap)
                return "UNDEFINED";
 
-       if (index <= 11)
+       if (index < GNUNET_EXPERIMENTATION_capabilities_count)
                return capstr[index];
        else
         return "UNDEFINED";