X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7721f9d25945759e012f67181e69550a3a222eb0..35f62d21aaa13145012189acb5a84e9011a172e5:/buildtools/Cmake/test_prog/prog_printf_null.c diff --git a/buildtools/Cmake/test_prog/prog_printf_null.c b/buildtools/Cmake/test_prog/prog_printf_null.c index 473d6c58c6..00277d405a 100644 --- a/buildtools/Cmake/test_prog/prog_printf_null.c +++ b/buildtools/Cmake/test_prog/prog_printf_null.c @@ -5,4 +5,4 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include -printf("%s",NULL); +printf("%s", NULL);