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.

12 lines
367 B

  1. Index: uanytun-0.3.5/src/options.c
  2. ===================================================================
  3. --- uanytun-0.3.5.orig/src/options.c
  4. +++ uanytun-0.3.5/src/options.c
  5. @@ -481,7 +481,6 @@ void options_print_usage()
  6. void options_print_version()
  7. {
  8. printf("%s\n", VERSION_STRING_0);
  9. - printf("%s\n", VERSION_STRING_1);
  10. }
  11. void options_print(options_t* opt)