unbound.c patch

--- unbound.c.orig Thu Jan 28 21:01:51 2016
+++ unbound.c Thu Jan 28 21:03:04 2016
@@ -735,7 +735,7 @@
  #endif
              break;
          case 'v':
- cmdline_verbose ++;
+ cmdline_verbose++;
              verbosity++;
              break;
          case 'd':

Doesn't look like cmdline_verbose is incrementing unless that was by design.

Hi Edgar,

Thank you I have applied this patch.

(A space before the ++ is ignored by the compiler, by the way, but
this looks neater).

Best regards, Wouter