From: mquinson Date: Mon, 1 Mar 2004 20:57:01 +0000 (+0000) Subject: Fix description of gras_dict_cursor_step() X-Git-Tag: v3.3~5303 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ff158e648559da0a70c0dfd41f80ee327894e245 Fix description of gras_dict_cursor_step() git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@43 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/dict_cursor.c b/src/xbt/dict_cursor.c index a2d12cc86e..62306966a9 100644 --- a/src/xbt/dict_cursor.c +++ b/src/xbt/dict_cursor.c @@ -190,7 +190,7 @@ void gras_dict_cursor_first (const gras_dict_t *dict, * 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) {