You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
292 B

  1. --- a/src/linknx.cpp 2012-06-04 22:12:13.000000000 +0200
  2. +++ b/src/linknx.cpp 2015-06-27 22:35:23.705721355 +0200
  3. @@ -136,7 +136,7 @@
  4. if (errno)
  5. printf (": %s\n", strerror (errno));
  6. else
  7. - printf ("\n", strerror (errno));
  8. + printf ("\n");
  9. exit (1);
  10. }