Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove warnings in vm
[simgrid.git] / buildtools / Cmake / test_prog / prog_printf_null.c
index 473d6c5..10eb15e 100644 (file)
@@ -1,8 +1,8 @@
-/* Copyright (c) 2010. The SimGrid Team.
+/* Copyright (c) 2010, 2014. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <stdio.h>
-printf("%s",NULL);
+printf("%s", NULL);