ovsdb: Fix typo in libovsdb's pkg-config.
[cascardo/ovs.git] / ovsdb / condition.c
index 570f14d..4baf1bb 100644 (file)
@@ -52,7 +52,7 @@ ovsdb_function_to_string(enum ovsdb_function function)
     return NULL;
 }
 
-static WARN_UNUSED_RESULT struct ovsdb_error *
+static OVS_WARN_UNUSED_RESULT struct ovsdb_error *
 ovsdb_clause_from_json(const struct ovsdb_table_schema *ts,
                        const struct json *json,
                        struct ovsdb_symbol_table *symtab,