LRN: Fix automake deps to allow -j* builds again
[oweals/gnunet.git] / src / util / test_peer.c
index 45633119cf84a2b2df2842c8f158b2b52fe3a8ce..8dacbd76532d0631a9ce10f6095e40529499bfbc 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -70,7 +70,7 @@ check ()
       if (pid != (i + 1))
        {
          fprintf (stderr,
-                  "Unexpected Peer ID returned by intern function \n");
+                  "Unexpected Peer ID returned by intern function\n");
          return 1;
        }
     }
@@ -82,7 +82,7 @@ check ()
       if (pid != (i + 1))
        {
          fprintf (stderr,
-                  "Unexpected Peer ID returned by intern function \n");
+                  "Unexpected Peer ID returned by intern function\n");
          return 1;
        }
     }