X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e31e332f11dddd81ec3add2bb8aa06535da22c03..4d547f3cea82f4fd386135c42a52d522fd5d0607:/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.");