X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c354c48ec90c997cc7213ce96ca97d882934166..2e8f431fc1fd63cde339b620cd53d869116fc94f:/include/xbt/dynar.h diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index bfdcd508c2..64136a4c3d 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -1,8 +1,8 @@ /* $Id$ */ -/* dynar - a generic dynamic array */ +/* dynar - a generic dynamic array */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -73,7 +73,7 @@ int xbt_dynar_cursor_get (const xbt_dynar_t dynar, int *cursor, void *whereto * Iterates over the whole dynar. Example: * * - * xbt_dynar_t *dyn; + * xbt_dynar_t dyn; * int cpt; * string *str; * xbt_dynar_foreach (dyn,cpt,str) {