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.

10 lines
382 B

  1. Index: mbtools-2014-10-29/tests/unit-test-server.c
  2. ===================================================================
  3. --- mbtools-2014-10-29.orig/tests/unit-test-server.c
  4. +++ mbtools-2014-10-29/tests/unit-test-server.c
  5. @@ -117,4 +117,5 @@ int main(int argc, char *argv[])
  6. }
  7. printf("Quit the loop: %s\n", modbus_strerror(errno));
  8. signal_handler(0);
  9. + return 0;
  10. }