[PATCH] Fixed reference to DC_FAMILY_COCHRAN in universal.c
9 Nov
2014
9 Nov
'14
6:21 p.m.
I'm not sure why this wasn't changed. Signed-off-by: John Van Ostrand <john@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
4055
Age (days ago)
4055
Last active (days ago)
0 comments
1 participants
participants (1)
-
John Van Ostrand