From e0ccbaab226bd3e1d619d66c9ec718c67c0a559a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 28 Sep 2000 20:58:21 +0000 Subject: kdrive: fix typo initializing touch screen --- hw/kdrive/fbdev/fbinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw') diff --git a/hw/kdrive/fbdev/fbinit.c b/hw/kdrive/fbdev/fbinit.c index 68926944a..f2f5a6b16 100644 --- a/hw/kdrive/fbdev/fbinit.c +++ b/hw/kdrive/fbdev/fbinit.c @@ -76,7 +76,7 @@ InitInput (int argc, char **argv) KdInitInput (&Ps2MouseFuncs, &LinuxKeyboardFuncs); #endif #ifdef TOUCHSCREEN - kdInitTouchScreen (&TsFuncs); + KdInitTouchScreen (&TsFuncs); #endif } -- cgit v1.2.3