the publish_devices export in Drivers.h needs to be fixed, too.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@140 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-07-12 16:06:43 +00:00
parent dc03e28f18
commit 9bd6befeb5
@@ -723,7 +723,7 @@ device_hooks ich_hooks = {
----- */ ----- */
const char** const char**
publish_devices() publish_devices(void)
{ {
return ich_name; return ich_name;
} }