]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/properties/msg_prop.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unnecessary spaces and empty lines in tesh files.
[simgrid.git] / examples / msg / properties / msg_prop.c
index 63f1e5fdc46c68302458df637f22b84c56d30a43..1889aa63e5b6dc6a31844b104eaafc85f53c86b0 100644 (file)
@@ -128,7 +128,7 @@ int main(int argc, char *argv[])
 {
   MSG_error_t res = MSG_OK;
 
-  MSG_global_init(&argc, argv);
+  MSG_init(&argc, argv);
   if (argc < 3) {
     printf("Usage: %s platform_file deployment_file\n", argv[0]);
     printf("example: %s msg_platform.xml msg_deployment.xml\n", argv[0]);