From 145e0e77d23d5fa15e7be8dd38aae3cead0d3972 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 24 Nov 2008 15:35:28 +0100 Subject: [PATCH] Fix wrong enum for subtype matching --- include/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/driver.h b/include/driver.h index 6d212d8..696c53f 100644 --- a/include/driver.h +++ b/include/driver.h @@ -41,7 +41,7 @@ extern "C" { struct connman_driver { const char *name; enum connman_element_type type; - enum connman_element_type subtype; + enum connman_element_subtype subtype; int priority; int (*probe) (struct connman_element *element); void (*remove) (struct connman_element *element); -- 2.7.4