Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix description of gras_dict_cursor_step()
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 1 Mar 2004 20:57:01 +0000 (20:57 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 1 Mar 2004 20:57:01 +0000 (20:57 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@43 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/dict_cursor.c

index a2d12cc..6230696 100644 (file)
@@ -190,7 +190,7 @@ void         gras_dict_cursor_first    (const gras_dict_t   *dict,
  * gras_dict_cursor_step:
  * @cursor: the cursor
  *
  * gras_dict_cursor_step:
  * @cursor: the cursor
  *
- * Move to the next element. Returns mismatch_error if no next element.
+ * Move to the next element. 
  */
 void
 gras_dict_cursor_step(gras_dict_cursor_t *p_cursor) {
  */
 void
 gras_dict_cursor_step(gras_dict_cursor_t *p_cursor) {