X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8450c8c3504866268cf51b879808d3300105e6d5..22ee43de174bafecc4d073e1e7fba1f6c45a678d:/examples/msg/io/file.c diff --git a/examples/msg/io/file.c b/examples/msg/io/file.c index c52c2fd905..c490eb0396 100644 --- a/examples/msg/io/file.c +++ b/examples/msg/io/file.c @@ -16,7 +16,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(io_file, int host(int argc, char *argv[]) { - m_file_t* file; + m_file_t file; file = MSG_file_open("test.txt","rw"); XBT_INFO("Host '%s' open %p",MSG_host_get_name(MSG_host_self()), file);