X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/479049778fd0421d35e22f9947b24104f9430310..a5de99b2e59f7e8d83c592d361a980d5f33693e5:/doc/gtut-files/08-exceptions.c diff --git a/doc/gtut-files/08-exceptions.c b/doc/gtut-files/08-exceptions.c index 3f1c07571f..d419342573 100644 --- a/doc/gtut-files/08-exceptions.c +++ b/doc/gtut-files/08-exceptions.c @@ -89,7 +89,7 @@ int client(int argc, char *argv[]) } /* end_of_loop */ if (!found) - THROW0(not_found_error, 0, + THROWF(not_found_error, 0, "Damn, I failed to find the server! I cannot survive this humilliation.");