ovsdb: Fix typo in SPECS.
[openvswitch] / tests / test-openflowd.c
index b22b2aad83bf54d5fc833a3a95cc5a17c558fc26..2c913108e3b8aeaff7d66a6afac3103bc01cd785 100644 (file)
@@ -429,7 +429,7 @@ parse_options(int argc, char *argv[], struct ofsettings *s)
             usage();
 
         case 'V':
-            OVS_PRINT_VERSION(OFP_VERSION, OFP_VERSION);
+            ovs_print_version(OFP_VERSION, OFP_VERSION);
             exit(EXIT_SUCCESS);
 
         DAEMON_OPTION_HANDLERS