From ff158e648559da0a70c0dfd41f80ee327894e245 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 1 Mar 2004 20:57:01 +0000 Subject: [PATCH] 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 --- src/xbt/dict_cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.20.1