[PATCH] Fixed reference to DC_FAMILY_COCHRAN in universal.c

John Van Ostrand john at vanostrand.com
Sun Nov 9 10:21:15 PST 2014


I'm not sure why this wasn't changed.

Signed-off-by: John Van Ostrand <john at vanostrand.com>
---
 examples/universal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/universal.c b/examples/universal.c
index 8672605..bb289b6 100644
--- a/examples/universal.c
+++ b/examples/universal.c
@@ -102,7 +102,7 @@ static const backend_table_t g_backends[] = {
 	{"predator",	DC_FAMILY_SHEARWATER_PREDATOR},
 	{"petrel",      DC_FAMILY_SHEARWATER_PETREL},
 	{"nitekq",      DC_FAMILY_DIVERITE_NITEKQ},
-	{"cochran",		DC_FAMILY_COCHRAN},
+	{"cochran",		DC_FAMILY_COCHRAN_COMMANDER},
 };
 
 static dc_family_t
-- 
1.8.3.1



More information about the devel mailing list