Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Last bits of convertion from xbt_error_t to exceptions. Some more cleanups (mainly...
[simgrid.git] / examples / gras / ping / ping.c
index 6cdd2d7..b422cbc 100644 (file)
@@ -116,7 +116,7 @@ int server (int argc,char *argv[]) {
   gras_exit();
    
   INFO0("Done.");
-  return no_error;
+  return 0;
 } /* end_of_server */
 
 /* **********************************************************************