Consistently write null pointer constants as NULL instead of 0.
[sliver-openvswitch.git] / ovsdb / ovsdb.c
index abe88e9..fb020c9 100644 (file)
@@ -253,7 +253,7 @@ ovsdb_schema_from_json(struct json *json, struct ovsdb_schema **schemap)
     }
 
     *schemap = schema;
-    return 0;
+    return NULL;
 }
 
 struct json *