X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ee7e9c2e455536ab817ae0136acfbb53822eecd..779e0e58a8ec8674bef9f53c0f80ea021a4f5063:/testsuite/xbt/graphxml_usage.c diff --git a/testsuite/xbt/graphxml_usage.c b/testsuite/xbt/graphxml_usage.c index 437fd33719..e3927e28d8 100644 --- a/testsuite/xbt/graphxml_usage.c +++ b/testsuite/xbt/graphxml_usage.c @@ -154,6 +154,7 @@ void test(char *graph_file) } xbt_graph_free_graph(graph, free_label, NULL, NULL); + } #ifdef __BORLANDC__ @@ -169,6 +170,5 @@ int main(int argc, char **argv) return 1; } test(argv[1]); - return 0; }