X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7721f9d25945759e012f67181e69550a3a222eb0..247d0bb492f5d328574b1bfec3765db1bef4a616:/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);