From 8682856f6bc98618edd895a299a9221c268fb9ce Mon Sep 17 00:00:00 2001 From: jihye kim Date: Mon, 19 Nov 2012 16:01:54 +0900 Subject: [PATCH] fix bug(exynos -> emul) --- src/device_manager_plugin_maru.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device_manager_plugin_maru.c b/src/device_manager_plugin_maru.c index 4c3746f..2be0c41 100644 --- a/src/device_manager_plugin_maru.c +++ b/src/device_manager_plugin_maru.c @@ -950,7 +950,7 @@ EXPORT_API const OEM_sys_devman_plugin_interface *OEM_sys_get_devman_plugin_inte devman_plugin_interface_emul.OEM_sys_get_jack_tvout_online = &OEM_sys_get_jack_tvout_online; devman_plugin_interface_emul.OEM_sys_get_jack_keyboard_online = &OEM_sys_get_jack_keyboard_online; - devman_plugin_interface_exynos.OEM_sys_get_hdmi_support = &OEM_sys_get_hdmi_support; + devman_plugin_interface_emul.OEM_sys_get_hdmi_support = &OEM_sys_get_hdmi_support; devman_plugin_interface_emul.OEM_sys_get_leds_torch_max_brightness = &OEM_sys_get_leds_torch_max_brightness; devman_plugin_interface_emul.OEM_sys_get_leds_torch_brightness = &OEM_sys_get_leds_torch_brightness; -- 2.7.4