Fixed copy and paste error.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25788 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-06-03 16:00:09 +00:00
parent 4386ce0206
commit 0db852e1bf
@@ -1,5 +1,5 @@
/*
* Copyright 2006, Haiku, Inc. All Rights Reserved.
* Copyright 2006-2008, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -104,7 +104,7 @@ get_accelerant_hook(uint32 feature, void *data)
// overlay
case B_OVERLAY_COUNT:
return (void*)intel_overlay_supported_spaces;
return (void*)intel_overlay_count;
case B_OVERLAY_SUPPORTED_SPACES:
return (void*)intel_overlay_supported_spaces;
case B_OVERLAY_SUPPORTED_FEATURES: