[PATCH] Fix typo emoveEnabledDevice -> RemoveEnabledDevice.
Paulo Cesar Pereira de Andrade
pcpa at mandriva.com
Wed Jan 30 16:58:21 PST 2008
Typo detected when searching for missing symbols.
---
src/xf86MagicTouch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/xf86MagicTouch.c b/src/xf86MagicTouch.c
index efcb814..9a81cbe 100644
--- a/src/xf86MagicTouch.c
+++ b/src/xf86MagicTouch.c
@@ -697,7 +697,7 @@ xf86MagicControl(DeviceIntPtr dev,
DBG(2, ErrorF("MagicTouch OFF\n") );
dev->public.on = FALSE;
if (local->fd>=0)
- emoveEnabledDevice(local->fd);
+ RemoveEnabledDevice(local->fd);
SYSCALL( close(local->fd) );
local->fd = -1;
--
1.5.3.2
--=_363z6n13s4zk--
More information about the xorg
mailing list